trytondo-optical_equipment/view/maintenance_form.xml

35 lines
1.0 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="equipment"/>
<field name="equipment"/>
<newline/>
<label name="estimated_agended"/>
<field name="estimated_agended"/>
<label name="estimated_date"/>
<field name="estimated_date"/>
<label name="estimated_hour"/>
<field name="estimated_hour"/>
<newline/>
<label name="technical"/>
<field name="technical"/>
<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>