model of products

This commit is contained in:
2023-03-31 10:33:07 -05:00
parent 5f73e49550
commit f0faa4058f
5 changed files with 133 additions and 24 deletions

View File

@@ -11,36 +11,45 @@ this repository contains the full copyright notices and license terms. -->
<field name="maintenance_activity"/>
</xpath>
<xpath expr="/form/notebook/page[@id='general']" position="after">
<page string="Features" id="features">
<page string="Features" id="features" col="-1">
<newline/>
<label name="mark_category"/>
<field name="mark_category"/>
<label name="model_category"/>
<field name="model_category"/>
<newline/>
<label name="reference_category"/>
<field name="reference_category"/>
<label name="equipment_type"/>
<field name="equipment_type"/>
<newline/>
<label name="calibration"/>
<field name="calibration"/>
<newline/>
<label name="risk"/>
<field name="risk"/>
<label name="use"/>
<field name="use"/>
<newline/>
<label name="biomedical_class"/>
<field name="biomedical_class"/>
<label name="origin_country"/>
<field name="origin_country"/>
<newline/>
<label name="main_tecnology"/>
<field name="main_tecnology"/>
<label name="software_required"/>
<field name="software_required"/>
<label name="software_version"/>
<field name="software_version"/>
<newline/>
<label name="useful_life"/>
<field name="useful_life"/>
<field name="useful_life" xexpand="0"/>
<label name="useful_life" string="Months"/>
<newline/>
<label name="warranty"/>
<field name="warranty"/>
<field name="warranty" xexpand="0"/>
<label name="warranty" string="Months"/>
<newline/>
<label name="observation"/>
<field name="observation"/>
@@ -84,6 +93,7 @@ this repository contains the full copyright notices and license terms. -->
</page>
</xpath>
<xpath expr="/form/notebook/page[@id='measurements']/label[@name='length']" position="before">
<newline/>
<separator id="measurements_equipment" string="Measurements of Equipment" colspan="4"/>
</xpath>
<xpath