Planned
This commit is contained in:
12
modules/purchase_trade/view/lot_qt_planned_tree.xml
Normal file
12
modules/purchase_trade/view/lot_qt_planned_tree.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<tree>
|
||||
<field name="lot_p"/>
|
||||
<field name="lot_s"/>
|
||||
<field name="planned_from_location"/>
|
||||
<field name="planned_to_location"/>
|
||||
<field name="planned_transport_type"/>
|
||||
<field name="planned_from_date"/>
|
||||
<field name="planned_to_date"/>
|
||||
<field name="lot_quantity" sum="1"/>
|
||||
<field name="lot_unit"/>
|
||||
<field name="lot_status"/>
|
||||
</tree>
|
||||
@@ -106,9 +106,14 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="container"/>
|
||||
</page>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@name='incoming_moves']" position="replace">
|
||||
<page string="Planned" col="4" id="planned">
|
||||
<field name="lotqt" colspan="4" mode="tree" view_ids="purchase_trade.lot_qt_planned_view_tree"/>
|
||||
</page>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@name='inventory_moves']" position="replace">
|
||||
<page string="Lots" col="4" id="lots">
|
||||
<field name="lotqt" colspan="4" mode="tree" view_ids="lot.lot_qt_view_tree_sequence"/>
|
||||
<page string="Incoming Moves" col="4" id="incoming_moves">
|
||||
<field name="incoming_moves" colspan="4" view_ids="stock.move_view_list_shipment_in"/>
|
||||
</page>
|
||||
</xpath>
|
||||
<xpath expr="//page[@id='other']" position="before">
|
||||
|
||||
Reference in New Issue
Block a user