Skip to Content
Menu
This question has been flagged
2 Replies
4370 Views

Hello All,


I want to create new section in One2many of version 10.0

In version 13.0 have two more option like ( Add a section, Add a note ) in One2many.

How it's possible to odoo 10.0 ?

Thanks in advance


Avatar
Discard

no, it's not implemented in V10

Best Answer

Hello , 

You can implement the code below:


<field name="One2manyfield">
<tree>
<control>
<create name="add_product_control" string="Add a product"/>
<create name="add_section_control" string="Add a section" />
<create name="add_note_control" string="Add a note" />
</control>

<field name="name"/>

</tree>
</field>


Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
25098
2
Sep 24
96
2
May 24
5524
3
Mar 24
4964
0
Mar 24
264