Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
5247 Переглядів

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>


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
лип. 25
4608
2
груд. 24
7765
2
лист. 24
28528
2
вер. 24
1130
2
трав. 24
7475