mirror of
https://github.com/NaN-tic/trytond-carrier_zip.git
synced 2023-12-14 02:13:03 +01:00
12 lines
465 B
XML
12 lines
465 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the carrier_postal_code 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_postal_code"/>
|
|
<field name="start_postal_code"/>
|
|
<label name="end_postal_code"/>
|
|
<field name="end_postal_code"/>
|
|
</xpath>
|
|
</data>
|