This commit is contained in:
2026-06-07 09:37:32 +02:00
parent 700adb87f9
commit 4ebfbe6ddd
3 changed files with 24 additions and 2 deletions

View 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>

View File

@@ -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">