This slide will represent how to create editable tree view in Odoo 17.
Size: 242.65 KB
Language: en
Added: May 15, 2024
Slides: 7 pages
Slide Content
How To Create Editable Tree View in Odoo 17 Enterprise
Introduction Enterpr ise This slide will represent how to create editable tree view in Odoo 17
Enterprise Editable from bottom To make a tree view records editable from bottom add the editable=”bottom” attribute to the tree tag For Example: <tree editable="bottom"> <field name="name"/> <field name="email"/ <field name="phone"/> </tree>
Enterprise Editable from bottom
Enterprise Editable from top To make a tree view records editable from the top add the editable=”top” attribute to the tree tag Example: <tree editable="top"> <field name="name"/> <field name="email"/ <field name="phone"/> </tree>
Enterprise Editable from top
For More Info. Check our company website for related blogs and Odoo book. Check our YouTube channel for functional and technical videos in Odoo. Enterprise www.cybrosys.com