How to Add a Domain for a Field in Odoo 17 | Odoo 17 Development Tutorial | Odoo 17 Technical Videos – CBMS Odoo ERP

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 […]

How to Make a Field Storable in Odoo 17 | Odoo 17 Technical Videos | Odoo 17 Development Tutorials – CBMS Odoo ERP

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. […]

How to Add Color for Kanban Record in a Notebook | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]