75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<data>
|
|
<xpath expr="/form/notebook/page[@id='general']/group[@id='checkboxes']" position="inside">
|
|
<label name="equipment"/>
|
|
<field name="equipment"/>
|
|
<label name="replacement"/>
|
|
<field name="replacement"/>
|
|
<label name="maintenance_activity"/>
|
|
<field name="maintenance_activity"/>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='general']" position="after">
|
|
<page string="Features" id="features">
|
|
<newline/>
|
|
<label name="mark_category"/>
|
|
<field name="mark_category"/>
|
|
<label name="model_category"/>
|
|
<field name="model_category"/>
|
|
<label name="reference_category"/>
|
|
<field name="reference_category"/>
|
|
<label name="equipment_type"/>
|
|
<field name="equipment_type"/>
|
|
<label name="calibration"/>
|
|
<field name="calibration"/>
|
|
<label name="risk"/>
|
|
<field name="risk"/>
|
|
<label name="use"/>
|
|
<field name="use"/>
|
|
<label name="biomedical_class"/>
|
|
<field name="biomedical_class"/>
|
|
<label name="origin_country"/>
|
|
<field name="origin_country"/>
|
|
<label name="main_tecnology"/>
|
|
<field name="main_tecnology"/>
|
|
<label name="useful_life"/>
|
|
<field name="useful_life"/>
|
|
<label name="warranty"/>
|
|
<field name="warranty"/>
|
|
<newline/>
|
|
<label name="observation"/>
|
|
<field name="observation"/>
|
|
</page>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='measurements']/label[@name='length']" position="before">
|
|
<separator id="measurements_equipment" string="Measurements of Equipment" colspan="4"/>
|
|
</xpath>
|
|
<xpath
|
|
expr="/form/notebook/page[@id='measurements']" position="inside">
|
|
<separator id="enviromental_conditions" string="Enviromental Conditions" colspan="4"/>
|
|
|
|
<label name="temperature"/>
|
|
<field name="temperature"/>
|
|
<field name="temperature_uom"/>
|
|
|
|
<label name="wet"/>
|
|
<field name="wet"/>
|
|
<field name="wet_uom"/>
|
|
|
|
<separator id="electrical_conditions" string="Electrical Conditions" colspan="4"/>
|
|
|
|
<label name="frequency"/>
|
|
<field name="frequency"/>
|
|
<field name="frequency_uom"/>
|
|
|
|
<label name="voltageAC"/>
|
|
<field name="voltageAC"/>
|
|
<field name="voltageAC_uom"/>
|
|
|
|
<label name="voltageDC"/>
|
|
<field name="voltageDC"/>
|
|
<field name="voltageDC_uom"/>
|
|
</xpath>
|
|
</data>
|