first commit
This commit is contained in:
19
modules/account_es/view/tax_form.xml
Normal file
19
modules/account_es/view/tax_form.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user