trytond-stock_unit_load/view/unit_load_move_form.xml

23 lines
646 B
XML
Raw Normal View History

2016-01-07 18:57:46 +01:00
<?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>
2016-01-07 18:57:46 +01:00
<label name="unit_load"/>
<field name="unit_load"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>
<field name="to_location"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="uom"/>
<field name="uom"/>
2016-01-07 18:57:46 +01:00
<label name="state"/>
<field name="state"/>
2017-07-28 18:55:49 +02:00
</form>