trytond-csv_import/view/base_external_mapping_tree.xml

11 lines
357 B
XML

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