This commit is contained in:
2023-04-24 16:01:07 -05:00
parent f0d9576391
commit 97c7d0db0c
11 changed files with 2533 additions and 539 deletions

View File

@@ -14,7 +14,10 @@
<field name="maintenance_type"/>
<label name="agended"/>
<field name="agended"/>
<!-- <label name="contract_ref"/> -->
<!-- <field name="contract_ref"/> -->
<label name="contract_ref"/>
<field name="contract_ref"/>
</xpath>
<xpath expr="//group[@id='buttons']/button[@name='draft']" position="after">
<button name="report" icon="tryton-print"/>
</xpath>
</data>

View File

@@ -8,4 +8,7 @@
<xpath expr="//field[@name='number']" position="replace">
<field name="number"/>
</xpath>
<xpath expr="//field[@name='untaxed_amount']" position="after">
<field name="residual_amount"/>
</xpath>
</data>