How To Create Editable Tree View in Odoo 15 | Odoo Development Tutorials – CBMS Odoo ERP

In Odoo an editable tree view has much more important in creating a new record or editing an existing record. #odoo15tutorials By enabling the editable tree view a user can easily create or edit the records. #odoo15technicalvideos To convert a tree view into an editable tree view we use the editable=’bottom’ or editable=’top’ attribute. It […]

How to Create a Form View in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

We all know that views are describing the records to users. Without a proper view, the user can’t get the information correctly. Odoo has several view types such as form, tree, kanban, graph, pivot, calendar, dashboard, search, grid, cohort, and many more. #odoo15developmentvideos Video Contents ———————— 00:12 Introduction 00:40 Define a form #odoo15technicalvideos In this […]

Tree View Decoration Attribute in Odoo 15 | Advanced Views | Odoo 15 Development Tutorials – CBMS Odoo ERP

In Odoo sometimes we may need to differentiate records based on some factors. We have seen the feature in some modules, for instance, in the list view, the records are separated with different colors. #odoo15development Furthermore, based on the conditions the records are displayed in different colors. Therefore, it becomes highly helpful to find and […]