In Odoo, a tree view (also known as a list view) is used to display records in a tabular format. It is one of the primary views used to present data in Odoo. The editable attribute is used in tree views to allow inline editing of records. This attribute controls whether and how records can […]
In Odoo, adding a new record or editing an existing record are much more important when using an editable tree view. #odoo16tutorials A user can easily create or edit the records by turning on the editable tree view. #odoo16technicalvideos The editable=’bottom’ or editable=’top’ attribute is used to change a tree view into an editable tree […]
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 […]