create model maintenance_service

This commit is contained in:
2022-09-23 11:03:47 -05:00
parent 8cd2cf17bf
commit 9736b1baf3
15 changed files with 394 additions and 191 deletions

View File

@@ -40,4 +40,9 @@ this repository contains the full copyright notices and license terms. -->
</notebook>
<label name="state"/>
<field name="state"/>
<group col="2" colspan="2" id="button">
<!--<button name="draft"/> -->
<button name="quotation"/>
<button name="run"/>
</group>
</form>

View File

@@ -3,24 +3,27 @@
this repository contains the full copyright notices and license terms. -->
<form>
<group id="create_prorogue">
<label name="initial_contract"/>
<field name="initial_contract" colspan="3"/>
<label name="party"/>
<field name="party"/>
<label name="contact"/>
<field name="contact"/>
<newline/>
<label name="initial_contract"/>
<field name="initial_contract" colspan="3"/>
<label name="invoice_address"/>
<field name="invoice_address"/>
<label name="payment_term"/>
<field name="payment_term"/>
<label name="contact"/>
<field name="contact"/>
<newline/>
<label name="invoice_recurrence"/>
<field name="invoice_recurrence"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="invoice_start_date"/>
<field name="invoice_start_date"/>
<label name="invoice_recurrence"/>
<field name="invoice_recurrence"/>
<label name="service"/>
<field name="service"/>
<label name="quantity"/>

View File

@@ -52,8 +52,7 @@
<newline/>
<label name="state"/>
<field name="state"/>
<group col="4" colspan="4" id="button">
<button name="draft"/>
<group id="button">
<button name="agended"/>
<button name="in_progress"/>
<button name="finished"/>

View File

@@ -3,7 +3,7 @@
this repository contains the full copyright notices and license terms.-->
<tree>
<field name="code"/>
<field name="company"/>
<field name="maintenance_type" expand="0"/>
<field name="propietary"/>
<field name="propietary_address"/>
<field name="equipment"/>

View File

@@ -3,22 +3,10 @@
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="product"/>
<field name="equipment_type"/>
<field name="use"/>
<field name="biomedical_class"/>
<field name="calibration"/>
<field name="product" expand="1"/>
<field name="mark_category"/>
<field name="model_category"/>
<field name="refurbish"/>
<field name="software_version"/>
<field name="useful_life"/>
<field name="warranty"/>
<field name="serial"/>
<field name="health_register"/>
<field name="origin_country"/>
</tree>

View File

@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--This file file is part of Tryton. The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<!--
<xpath
expr="/form/notebook/page[@id='notes']" position="before">
<page string="Equipment" id="equipment">
@@ -17,5 +18,5 @@
<field name="equipment"/>
<label name="equipment_serial"/>
<field name="equipment_serial"/>
</xpath>
</xpath>-->
</data>