Planned
This commit is contained in:
12
modules/purchase_trade/view/lot_plan_transport_line_tree.xml
Normal file
12
modules/purchase_trade/view/lot_plan_transport_line_tree.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<tree editable="1">
|
||||
<field name="lotqt" width="90"/>
|
||||
<field name="cancel_plan" width="90"/>
|
||||
<field name="quantity" width="100"/>
|
||||
<field name="unit" width="80"/>
|
||||
<field name="planned_from_location" width="120"/>
|
||||
<field name="planned_to_location" width="120"/>
|
||||
<field name="planned_transport_type" width="110"/>
|
||||
<field name="planned_from_date" width="120"/>
|
||||
<field name="planned_to_date" width="120"/>
|
||||
<field name="planned_note" width="180"/>
|
||||
</tree>
|
||||
@@ -1,20 +1,4 @@
|
||||
<form col="2">
|
||||
<label name="cancel_plan"/>
|
||||
<field name="cancel_plan"/>
|
||||
<label name="planned_from_location"/>
|
||||
<field name="planned_from_location"/>
|
||||
<label name="planned_to_location"/>
|
||||
<field name="planned_to_location"/>
|
||||
<label name="planned_transport_type"/>
|
||||
<field name="planned_transport_type"/>
|
||||
<label name="planned_from_date"/>
|
||||
<field name="planned_from_date"/>
|
||||
<label name="planned_to_date"/>
|
||||
<field name="planned_to_date"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<label name="planned_note"/>
|
||||
<field name="planned_note"/>
|
||||
<form col="4">
|
||||
<field name="lines" colspan="4" mode="tree"
|
||||
view_ids="purchase_trade.plan_transport_line_view_tree"/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user