trytond-aeat_sii/view/party_form.xml

13 lines
412 B
XML

<?xml version="1.0"?>
<!-- This file is part of party_comment module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<data>
<xpath expr="/form/notebook/page[@id='accounting']/field[@name='vat_number']"
position="after">
<label name="identifier_type"/>
<field name="identifier_type"/>
</xpath>
</data>