Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
5224 Vistas

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
Descartar

no, it's not implemented in V10

Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
jul 25
4562
2
dic 24
7714
2
nov 24
28456
2
sept 24
1117
2
may 24
7432