跳至内容
菜单
此问题已终结
2 回复
5252 查看

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


形象
丢弃

no, it's not implemented in V10

最佳答案

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>


形象
丢弃
相关帖文 回复 查看 活动
2
7月 25
4621
2
12月 24
7771
2
11月 24
28537
2
9月 24
1131
2
5月 24
7479