24 lines
731 B
XML
24 lines
731 B
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="code"/>
|
|
<field name="code"/>
|
|
<label name="company"/>
|
|
<field name="company"/>
|
|
<label name="propietary"/>
|
|
<field name="propietary"/>
|
|
<label name="propietary_address"/>
|
|
<field name="propietary_address"/>
|
|
<label name="equipment"/>
|
|
<field name="equipment"/>
|
|
<label name="state"/>
|
|
<field name="state"/>
|
|
<group col="2" colspan="2" id="button">
|
|
<button name="draf"/>
|
|
<button name="agended"/>
|
|
<button name="in_progress"/>
|
|
<button name="finished"/>
|
|
</group>
|
|
</form>
|