Files
tradon/modules/purchase_trade/view/lot_add_start_form.xml
2026-06-22 15:33:43 +02:00

33 lines
1.1 KiB
XML
Executable File

<form col="4">
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<newline/>
<label name="unlink_remainder"/>
<field name="unlink_remainder"/>
<newline/>
<field name="transport_missing" invisible="1"/>
<label name="create_new_shipment"/>
<field name="create_new_shipment"/>
<label name="shipment_supplier"/>
<field name="shipment_supplier"/>
<label name="transport_from_location"/>
<field name="transport_from_location"/>
<label name="transport_to_location"/>
<field name="transport_to_location"/>
<label name="shipment_bl_number"/>
<field name="shipment_bl_number"/>
<label name="shipment_bl_date"/>
<field name="shipment_bl_date"/>
<label name="shipment_in"/>
<field name="shipment_in"/>
<label name="shipment_internal"/>
<field name="shipment_internal"/>
<label name="shipment_out"/>
<field name="shipment_out"/>
<newline/>
<label name="lots"/>
<field name="lots" mode="tree" view_ids="purchase_trade.lot_view_tree_sequence5" colspan="4"/>
</form>