trytond-stock_unit_load/view/ul_batch_drop_data_form.xml

15 lines
455 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2017-07-28 18:55:49 +02:00
<form>
<label name="location"/>
<field name="location"/>
<label name="delay_"/>
<field name="delay_"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<field name="unit_loads" colspan="4" widget="many2many"/>
2017-07-28 18:55:49 +02:00
</form>