trytond-csv_import/view/csv_profile_form.xml

37 lines
1.3 KiB
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. -->
<form>
<label name="name"/>
<field name="name"/>
<notebook colspan="4">
<page string="Configuration" col="4" id="configuration">
<field name="mappings" colspan="4"/>
<label name="model"/>
<field name="model"/>
<label name="active"/>
<field name="active"/>
<label name="create_record"/>
<field name="create_record"/>
<label name="update_record"/>
<field name="update_record"/>
<label name="code_internal"/>
<field name="code_internal"/>
<label name="code_external"/>
<field name="code_external"/>
<label name="testing"/>
<field name="testing"/>
<label name="csv_header"/>
<field name="csv_header"/>
<label name="csv_archive_separator"/>
<field name="csv_archive_separator"/>
<label name="csv_quote"/>
<field name="csv_quote"/>
</page>
<page string="Notes" col="4" id="notes">
<field name="note"/>
</page>
</notebook>
</form>