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
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
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>
nothing appear in the view
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
2
jul. 25
|
9778 | |||
|
2
okt. 25
|
11583 | |||
|
How to ORDER BY? [Odoo 10]
Opgelost
|
2
nov. 24
|
32349 | ||
|
odoo exam certificate control
Opgelost
|
2
sep. 24
|
2934 | ||
|
2
mei 24
|
10389 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
no, it's not implemented in V10