trytond-country_zip/view/party_configuration_form.xml

9 lines
280 B
XML
Raw Normal View History

2018-02-06 15:43:44 +01:00
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
2018-02-06 15:43:44 +01:00
<xpath expr="/form/field" position="after">
<label name="default_country"/>
<field name="default_country"/>
</xpath>
</data>