mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_quantity_history_location: Add inventory usage to location domain
This commit is contained in:
@@ -11,7 +11,8 @@ class StockQuantityHistory(models.TransientModel):
|
||||
_inherit = "stock.quantity.history"
|
||||
|
||||
location_id = fields.Many2one(
|
||||
"stock.location", domain=[("usage", "in", ["internal", "transit", "view"])]
|
||||
"stock.location",
|
||||
domain=[("usage", "in", ["internal", "transit", "view", "inventory"])],
|
||||
)
|
||||
include_child_locations = fields.Boolean("Include child locations", default=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user