model 'maintenance'

This commit is contained in:
2022-07-12 17:19:08 -05:00
parent 5b652cb2ac
commit e26d7e50d6
7 changed files with 195 additions and 7 deletions

23
view/maintenance_form.xml Normal file
View File

@@ -0,0 +1,23 @@
<?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>

11
view/maintenance_tree.xml Normal file
View File

@@ -0,0 +1,11 @@
<?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.-->
<tree>
<field name="code"/>
<field name="company"/>
<field name="location"/>
<field name="propietary"/>
<field name="propietary_address"/>
<field name="equipment"/>
</tree>