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

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