In Odoo 17, domains for fields act as powerful tools for filtering records displayed or permitted within a particular field based on specific criteria. This capability aids in refining selections and streamlining options for users, enhancing the overall user experience and efficiency. Domains enable the definition of rules that restrict the data visible or selectable […]
In Odoo 17, to make a field storable, set store=True when defining it. By default, fields are storable unless set to store=False. Storable fields ensure data persistence across sessions and server restarts, crucial for maintaining data integrity and retrieval. However, computed or related fields are not stored by default (store=False) unless explicitly specified as store=True. […]
In this video, we can discuss how we can provide kanban record color in notebook Odoo. #odoo15developmentvideos Video Contents ———————— 00:00 Introduction 00:28 Checking an Example 00:40 Adding Color to Kanban There are lots of views available on Odoo. List, form, graph, pivot are some examples. Kanban is an interesting view. #odoo15tutorials In kanban, view […]
Security – Groups and access rights in odoo Security access in Odoo is configured through security groups: permissions are given to groups and then groups are assigned to users. Odoo has a lot of groups. Once you know about groups, you can select groups from the list of groups. Security is a major concern when […]
How to set access rights for specific users This video is about the creation of a new user and setting up the access rights for the current user. In Odoo we can create employees as Internal users and customers as portal users. Each user has their own role in a business. So every user does […]