shipment equipments
This commit is contained in:
10
view/move_form.xml
Normal file
10
view/move_form.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. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='product']" position="after">
|
||||
<newline/>
|
||||
<label name="serial"/>
|
||||
<field name="serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
view/move_list_shipment.xml
Normal file
8
view/move_list_shipment.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="//field[@name='product']" position="after">
|
||||
<field name="serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -59,7 +59,11 @@
|
||||
<field name="maintenance_history"/>
|
||||
</page>
|
||||
<page string="Origins" id="origins_equipment">
|
||||
<separator id="purchase_origin" string="Purchase Origin" colspan="4"/>
|
||||
<field name="purchase_origin"/>
|
||||
<newline/>
|
||||
<separator id="sale_destination" string="Sale Destination" colspan="4"/>
|
||||
<field name="sale_destination"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<group col="2" colspan="2" id="button">
|
||||
|
||||
@@ -10,7 +10,12 @@
|
||||
expr="/form/notebook/page[@id='general']/label[@name='product']" position="before">
|
||||
<label name="product_equipment"/>
|
||||
<field name="product_equipment"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id='general']/field[@name='product']" position="after">
|
||||
<label name="equipment"/>
|
||||
<field name="equipment"/>
|
||||
<label name="equipment_serial"/>
|
||||
<field name="equipment_serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
||||
6
view/sale_line_tree.xml
Normal file
6
view/sale_line_tree.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath expr="//field[@name='summary']" position="replace">
|
||||
<field name="equipment"/>
|
||||
</xpath>
|
||||
</data>
|
||||
6
view/sale_line_tree_sequence.xml
Normal file
6
view/sale_line_tree_sequence.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath expr="//field[@name='summary']" position="replace">
|
||||
<field name="equipment_serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user