Skip to content

Commit

Permalink
Merge pull request OCA#51 from lepistone/reserve-show-location
Browse files Browse the repository at this point in the history
show reservation location in tree and groupby
  • Loading branch information
pedrobaeza committed Aug 4, 2015
2 parents 7d7d5d8 + 26276e8 commit e36f8b7
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 e36f8b7

Please sign in to comment.