trytond-stock_lot_csv/view/import_csv_start_view_form.xml

17 lines
510 B
XML

<?xml version="1.0"?>
<!-- This file is part of stock_lot_csv module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<label name="archive"/>
<field name="archive"/>
<label name="character_encoding"/>
<field name="character_encoding"/>
<label name="header"/>
<field name="header"/>
<label name="separator"/>
<field name="separator"/>
<label name="quote"/>
<field name="quote"/>
</form>