<field name="parent"/>
<field name="related">
<field name="related_1"/>
<field name="related_1" context="{'id':parent}"/>
</field>
However i got "parent" is not recognized. How should i solve?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
<field name="parent"/>
<field name="related">
<field name="related_1"/>
<field name="related_1" context="{'id':parent}"/>
</field>
However i got "parent" is not recognized. How should i solve?
Pass context on field "related" which am guessing, it is a one2many field
Have a look at this:
<field name="related" context="{'id2':parent}">
<field name="related_1"/>
<field name="related_1" context="{'id1':context.get('id2')}"/>
</field>
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
1
feb 24
|
2915 | |||
|
0
jul 24
|
4348 | |||
|
0
jul 22
|
60 | |||
|
1
jul 22
|
4034 | |||
|
2
dic 23
|
34615 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.