trytondo-account_invoice_li.../view/invoice_line_form.xml
2023-07-12 11:35:22 -05:00

17 lines
611 B
XML

<?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="/form/notebook/page[@id='general']/field[@name='amount']" position="after">
<label name="tax_extra_unit"/>
<field name="tax_extra_unit"/>
<label name="total_tax_extra"/>
<field name="total_tax_extra"/>
<label name="unit_with_tax"/>
<field name="unit_with_tax"/>
<label name="tax_amount"/>
<field name="tax_amount"/>
<label name="total_with_taxes"/>
<field name="total_with_taxes"/>
</xpath>
</data>