24 lines
925 B
XML
Executable File
24 lines
925 B
XML
Executable File
<form col="2">
|
|
<label string="Shipping" id="shipping" colspan="2" xalign="0"/>
|
|
<label name="shipment"/>
|
|
<field name="shipment"/>
|
|
<label name="shipment_in"/>
|
|
<field name="shipment_in" context="{'lot_shipping_planned_from_location': Eval('planned_from_location'), 'lot_shipping_planned_to_location': Eval('planned_to_location')}"/>
|
|
<label name="create_new_shipment"/>
|
|
<field name="create_new_shipment"/>
|
|
<label name="shipment_supplier"/>
|
|
<field name="shipment_supplier"/>
|
|
<label name="shipment_vessel"/>
|
|
<field name="shipment_vessel"/>
|
|
<label name="shipment_out"/>
|
|
<field name="shipment_out"/>
|
|
<label name="shipment_internal"/>
|
|
<field name="shipment_internal"/>
|
|
<field name="planned_from_location" invisible="1"/>
|
|
<field name="planned_to_location" invisible="1"/>
|
|
<label name="full"/>
|
|
<field name="full"/>
|
|
<label name="quantity"/>
|
|
<field name="quantity"/>
|
|
</form>
|