add report equipment to equipment
This commit is contained in:
parent
9bdee108ac
commit
da07c0eee0
10
create_invoice_contract_form.xml
Normal file
10
create_invoice_contract_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. -->
|
||||
<form col="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<group col="2" xexpand="1" id="create_date">
|
||||
<label string="Create Subscription Invoices for date" id="create"/>
|
||||
<field name="date"/>
|
||||
</group>
|
||||
</form>
|
1
report/.~lock.cv.fods#
Normal file
1
report/.~lock.cv.fods#
Normal file
@ -0,0 +1 @@
|
||||
,root,rodia-pc,10.08.2022 16:56,file:///root/.config/libreoffice/4;
|
2038
report/cv.fods
Normal file
2038
report/cv.fods
Normal file
File diff suppressed because it is too large
Load Diff
10
view/create_invoice_contract_form.xml
Normal file
10
view/create_invoice_contract_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. -->
|
||||
<form col="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<group col="2" xexpand="1" id="create_date">
|
||||
<label string="Create Subscription Invoices for date" id="create"/>
|
||||
<field name="date"/>
|
||||
</group>
|
||||
</form>
|
5
view/maintenance_calibration_form.xml
Normal file
5
view/maintenance_calibration_form.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?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>
|
||||
</data>
|
5
view/maintenance_calibration_tree.xml
Normal file
5
view/maintenance_calibration_tree.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?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>
|
||||
</tree>
|
9
view/maintenance_equipment_form.xml
Normal file
9
view/maintenance_equipment_form.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?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='maintenance_type']" position="after">
|
||||
<label name="equipment"/>
|
||||
<field name="equipment"/>
|
||||
</xpath>
|
||||
</data>
|
Loading…
Reference in New Issue
Block a user