trytond-stock_lot_csv/view/import_csv_start_view_form.xml

17 lines
510 B
XML
Raw Normal View History

2016-03-08 15:39:59 +01:00
<?xml version="1.0"?>
<!-- This file is part of stock_lot_csv module for Tryton.
2018-06-06 18:14:25 +02:00
The COPYRIGHT file at the top level of this repository contains the full
2016-03-08 15:39:59 +01:00
copyright notices and license terms. -->
2018-06-06 18:14:25 +02:00
<form>
2016-03-08 15:39:59 +01:00
<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>