Skip to content

Commit

Permalink
[16.0][IMP] stock_quantity_history_location: add usage view
Browse files Browse the repository at this point in the history
  • Loading branch information
lfreeke committed Nov 10, 2024
1 parent 96f9bf0 commit 311ffbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class StockQuantityHistory(models.TransientModel):
_inherit = "stock.quantity.history"

location_id = fields.Many2one(
"stock.location", domain=[("usage", "in", ["internal", "transit"])]
"stock.location", domain=[("usage", "in", ["view", "internal", "transit"])]
)
include_child_locations = fields.Boolean(default=True)

Expand Down

0 comments on commit 311ffbc

Please sign in to comment.