trytond-stock_unit_load/view/ul_batch_drop_data_form.xml

15 lines
455 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<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"/>
</form>