trytonpsk-stock_co/view/move_by_product_start_form.xml

29 lines
887 B
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="company"/>
<field name="company"/>
<label name="party"/>
<field name="party"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="start_time"/>
<field name="start_time"/>
<label name="end_time"/>
<field name="end_time"/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>
<field name="to_location"/>
<label name="shipment_draft"/>
<field name="shipment_draft"/>
<label name="product"/>
<field name="product"/>
<label name="brand"/>
<field name="brand"/>
<field name="categories" colspan="4"/>
</form>