<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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de febr. 24
|
2131 | ||
|
0
de jul. 24
|
3172 | ||
|
0
de jul. 22
|
60 | ||
|
1
de jul. 22
|
3075 | ||
|
2
de des. 23
|
33613 |