Files
tradon/modules/account_es/view/tax_form.xml
2026-03-14 09:42:12 +00:00

20 lines
791 B
XML

<?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/notebook" position="inside">
<page id="es_vat" string="Spanish VAT">
<label name="es_vat_list_code"/>
<field name="es_vat_list_code"/>
<label name="es_reported_with"/>
<field name="es_reported_with"/>
<label name="es_exclude_from_vat_book"/>
<field name="es_exclude_from_vat_book"/>
</page>
</xpath>
<xpath expr="/form//field[@name='ec_sales_list_code']" position="after">
<label name="es_ec_purchases_list_code"/>
<field name="es_ec_purchases_list_code"/>
</xpath>
</data>