changes finished
This commit is contained in:
@@ -8,8 +8,10 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="invoice_address"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
<newline/>
|
||||
<label name="contact"/>
|
||||
<field name="contact"/>
|
||||
<newline/>
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="3"/>
|
||||
<label name="reference"/>
|
||||
@@ -31,8 +33,10 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
</page>
|
||||
|
||||
</notebook>
|
||||
<label name="price_contract"/>
|
||||
<field name="price_contract"/>
|
||||
<newline/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="2" colspan="2" id="button">
|
||||
|
||||
22
view/maintenance_line_form.xml
Normal file
22
view/maintenance_line_form.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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 col="6">
|
||||
<label name="line_replace"/>
|
||||
<field name="line_replace"/>
|
||||
<label name="line_maintenance_activity"/>
|
||||
<field name="line_maintenance_activity"/>
|
||||
<label name="maintenance"/>
|
||||
<field name="maintenance"/>
|
||||
<label name="replacement"/>
|
||||
<field name="replacement"/>
|
||||
<newline/>
|
||||
<label name="maintenance_activity"/>
|
||||
<field name="maintenance_activity"/>
|
||||
<newline/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<newline/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
</form>
|
||||
10
view/maintenance_line_tree.xml
Normal file
10
view/maintenance_line_tree.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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="line_replace" expand="1"/>
|
||||
<field name="line_maintenance_activity" expand="1"/>
|
||||
<field name="replacement" expand="1"/>
|
||||
<field name="maintenance_activity" expand="1"/>
|
||||
<field name="quantity"/>
|
||||
</tree>
|
||||
@@ -6,9 +6,11 @@
|
||||
<newline/>
|
||||
<label name="sale_type"/>
|
||||
<field name="sale_type"/>
|
||||
<label name="maintenance_type"/>
|
||||
<field name="maintenance_type"/>
|
||||
<label name="agended"/>
|
||||
<field name="agended"/>
|
||||
<label name="contract_base"/>
|
||||
<field name="contract_base"/>
|
||||
<label name="contract_ref"/>
|
||||
<field name="contract_ref"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
||||
22
view/vmaintenance_line_form.xml
Normal file
22
view/vmaintenance_line_form.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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="product"/>
|
||||
<field name="product"/>
|
||||
<label name="maintenance"/>
|
||||
<field name="maintenance"/>
|
||||
<label name="maintenance_activity"/>
|
||||
<field name="maintenance_activity"/>
|
||||
</form>
|
||||
<?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="product"/>
|
||||
<field name="product"/>
|
||||
<label name="maintenance"/>
|
||||
<field name="maintenance"/>
|
||||
<label name="maintenance_activity"/>
|
||||
<field name="maintenance_activity"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user