add reports
This commit is contained in:
12
view/move_form.xml
Normal file
12
view/move_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="equipment"/>
|
||||
<field name="equipment"/>
|
||||
<label name="equipment_serial"/>
|
||||
<field name="equipment_serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
view/move_list_shipment.xml
Normal file
10
view/move_list_shipment.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="//field[@name='product']" position="after">
|
||||
<field name="equipment"/>
|
||||
<field name="equipment_serial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
14
view/shipment_out_form.xml
Normal file
14
view/shipment_out_form.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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='warehouse']" position="after">
|
||||
<newline/>
|
||||
<label name="service_maintenance_initial"/>
|
||||
<field name="service_maintenance_initial"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="//button[@name='wait']" position="after">
|
||||
<button name="maintenance_initial"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user