mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_quant_reservation_info: Fix for filtering by lot when checking reservation info
This commit is contained in:
committed by
SergiCForgeFlow
parent
8bc978ca4a
commit
694bf0583c
@@ -27,6 +27,8 @@ class StockQuant(models.Model):
|
||||
("product_id", "=", self.product_id.id),
|
||||
("product_uom_qty", ">", 0),
|
||||
("location_id.usage", "=", "internal"),
|
||||
("lot_id", "=", self.lot_id.id),
|
||||
("owner_id", "=", self.owner_id.id),
|
||||
],
|
||||
}
|
||||
return action
|
||||
|
||||
Reference in New Issue
Block a user