trytond-account_es_sii/view/party_form.xml

12 lines
381 B
XML
Raw 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">
2017-04-28 09:26:42 +02:00
<label name="identifier_type"/>
<field name="identifier_type"/>
<newline/>
2017-04-28 09:26:42 +02:00
</xpath>
</data>