mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[14.0][FIX] stock_quant_reservation_info: only reservations from internal locations
This commit is contained in:
@@ -26,6 +26,7 @@ class StockQuant(models.Model):
|
||||
"domain": [
|
||||
("product_id", "=", self.product_id.id),
|
||||
("product_uom_qty", ">", 0),
|
||||
("location_id.usage", "=", "internal"),
|
||||
],
|
||||
}
|
||||
return action
|
||||
|
||||
Reference in New Issue
Block a user