trytondo-optical_equipment/view/template_form.xml

44 lines
1.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"/>
</xpath>
<xpath expr="/form/notebook/page[@id='general']" position="after">
<page string="Features" id="features">
<label name="mark_category"/>
<field name="mark_category"/>
<label name="model_category"/>
<field name="model_category"/>
<label name="serial"/>
<field name="serial"/>
<label name="health_register"/>
<field name="health_register"/>
<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="software_version"/>
<field name="software_version"/>
<label name="useful_life"/>
<field name="useful_life"/>
<label name="warranty"/>
<field name="warranty"/>
<label name="observation"/>
<field name="observation"/>
</page>
</xpath>
</data>