mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
show reservation location in tree and groupby
This commit is contained in:
committed by
Víctor Martínez
parent
d0e0122929
commit
ef6616fef1
@@ -65,6 +65,7 @@
|
||||
<field name="product_uom" />
|
||||
<field name="date_validity" />
|
||||
<field name="restrict_partner_id" groups="stock.group_tracking_owner"/>
|
||||
<field name="location_id" />
|
||||
<field name="state"/>
|
||||
<button name="reserve" type="object"
|
||||
string="Reserve"
|
||||
@@ -106,6 +107,9 @@
|
||||
<filter string="Product UoM" domain="[]"
|
||||
name="groupby_product_uom"
|
||||
context="{'group_by': 'product_uom'}"/>
|
||||
<filter string="Source Location" domain="[]"
|
||||
name="groupby_location"
|
||||
context="{'group_by': 'location_id'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user