tab 'equipment' in sale invisible with product

This commit is contained in:
2022-07-01 00:14:59 -05:00
parent 0566d0d66f
commit 0931aa7727
4 changed files with 72 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
<field name="biomedical_class"/>
<label name="calibration"/>
<field name="calibration"/>
<newline/>
<label name="mark_category"/>
<field name="mark_category"/>
<label name="model_category"/>
@@ -38,6 +39,8 @@
<field name="health_register"/>
<label name="origin_country"/>
<field name="origin_country"/>
<label name="current_subscription"/>
<field name="current_subscription"/>
<notebook>
<page string="Subscriptions" id="subscriptions_equipment">

View File

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