Skip to content

Commit

Permalink
show reservation location in tree and groupby
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone authored and aliciagaarzo committed Apr 17, 2023
1 parent d6e20db commit afa13e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stock_reserve/view/stock_reserve.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit afa13e0

Please sign in to comment.