trytond-aeat_sii/view/party_form.xml

12 lines
389 B
XML
Raw Permalink Normal View History

2017-04-28 09:26:42 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
2017-04-28 09:26:42 +02:00
copyright notices and license types. -->
<data>
<xpath expr="/form/notebook/page[@name='identifiers']/field[@name='identifiers']"
position="before">
<label name="sii_identifier_type"/>
<field name="sii_identifier_type"/>
<newline/>
2017-04-28 09:26:42 +02:00
</xpath>
</data>