trytondo-optical_equipment/view/maintenance_form.xml

37 lines
1.1 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"/>
<newline/>
<label name="estimated_agended"/>
<field name="estimated_agended"/>
<newline/>
<label name="technical"/>
<field name="technical"/>
<newline/>
<label name="maintenance_lines"/>
<field name="maintenance_lines"/>
<field name="maintenance_lines"/>
<newline/>
<label name="state"/>
<field name="state"/>
<group col="4" colspan="4" id="button">
<button name="draft"/>
<button name="agended"/>
<button name="in_progress"/>
<button name="finished"/>
</group>
</form>