trytond-carrier_zip/view/selection_form.xml

13 lines
425 B
XML

<?xml version="1.0"?>
<!-- This file is part of the carrier_zip 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='to_country']" position="after">
<label name="start_zip"/>
<field name="start_zip"/>
<label name="end_zip"/>
<field name="end_zip"/>
</xpath>
</data>