Editable in tree view Many2many field can't update data
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Why not? It shows you an error? Please share more information about what is your problem. The Code should be helpfull too.
<field name="fields_M2O" widget="many2many" nolabel="1" select="1" colspan="4">
<tree string="tree_test" editable="bottom">
<field name="fields1" select="1"/>
<field name="fields2" select="1"/>
<field name="fields3" select="1"/>
</tree>
</field>
When you add a new item
Change in the new element,
Then do the conservation,
Modifications are not saved
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Have you found a solution?