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
Hello MouBou,
Try this:-
<group string="One 2 Many String Name">
<field name="one2many_field" nolabel="1">
<tree editable="bottom">
<field name="one2many_class_field1"/>
<field name="one2many_class_field2"/>
<field name="one2many_class_field3"/>
</tree>
</field>
</group>
Update Ans :-
<group string="One 2 Many String Name">
<field name="one2many_field" nolabel="1">
<tree>
One2many class fields.
</tree>
<form string="Form">
<group>
<field name="one2many_class_field1"/>
<field name="one2many_class_field2"/>
<field name="one2many_class_field3"/>
</group>
</form>
</field>
</group>
Hope it will helps you.
Thanks,
Thank you jignesh ,but is there a way to show form instead of tree ?
Hello You can also open form from tree view. See my updated code. Thanks,
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