add field 'equipment' which contains the relation with 'optical_equipment.equipment'

This commit is contained in:
2022-07-11 14:46:21 -05:00
parent 425c7e225a
commit 9bb6f4066c
2 changed files with 66 additions and 16 deletions

View File

@@ -9,8 +9,10 @@
</page>
</xpath>
<xpath
expr="/form/notebook/page[@id='general']/field[@name='product']" position="after">
expr="/form/notebook/page[@id='general']/label[@name='product']" position="before">
<label name="product_equipment"/>
<field name="product_equipment"/>
<label name="equipment"/>
<field name="equipment"/>
</xpath>
</data>