add reports

This commit is contained in:
2023-04-03 13:50:50 -05:00
parent 35c74076b5
commit b387f2b10b
18 changed files with 33251 additions and 0 deletions

12
view/move_form.xml Normal file
View 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>

View 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>

View 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>