trytond-party_country/view/party_configuration_form.xml
2016-06-21 17:22:07 +02:00

11 lines
369 B
XML

<?xml version="1.0"?>
<!-- This file is part party_country module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='party_lang']" position="after">
<label name="default_country"/>
<field name="default_country"/>
</xpath>
</data>