trytond-aeat_sii/view/tax_form_core.xml

15 lines
552 B
XML

<?xml version="1.0"?>
<!--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='update_unit_price']"
position="after">
<label name="deducible"/>
<field name="deducible"/>
<label name="recargo_equivalencia"/>
<field name="recargo_equivalencia"/>
<label name="recargo_equivalencia_related_tax"/>
<field name="recargo_equivalencia_related_tax"/>
</xpath>
</data>