trytondo-optical_equipment/view/maintenance_form.xml

50 lines
1.5 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. -->
<form>
<label name="company"/>
<field name="company"/>
<label name="code"/>
<field name="code"/>
<label name="propietary"/>
<field name="propietary"/>
<label name="propietary_address"/>
<field name="propietary_address"/>
<label name="maintenance_type"/>
<field name="maintenance_type"/>
<label name="equipment"/>
<field name="equipment"/>
<label name="service_maintenance"/>
<field name="service_maintenance"/>
<notebook colspan="6">
<page string="Agended" id="agended">
<label name="estimated_agended"/>
<field name="estimated_agended"/>
<label name="technical"/>
<field name="technical"/>
<label name="state_agended"/>
<field name="state_agended"/>
</page>
<page string="Preventive" id="preventive">
<field name="maintenance_activity"/>
<newline/>
</page>
<page string="Corrective" id="corrective">
<label name="maintenance_lines"/>
<field name="maintenance_lines"/>
<field name="maintenance_lines"/>
</page>
<page string="Calibration" id="calibration">
<label name="maintenance_lines"/>
<field name="maintenance_lines"/>
</page>
</notebook>
<newline/>
<label name="state"/>
<field name="state"/>
<group id="button">
<button name="in_progress"/>
<button name="finished"/>
</group>
</form>