trytond-csv_import/view/base_external_mapping_form.xml

16 lines
597 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="/form/field[@name='mapping_lines']" position="after">
<group col="6" colspan="6" id="csv_import">
<separator id="csv_import" string="CSV Import" colspan="6"/>
<label name="csv_mapping"/>
<field name="csv_mapping"/>
<label name="csv_rel_field"/>
<field name="csv_rel_field"/>
</group>
</xpath>
</data>