Merge PR #2142 into 16.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2024-08-27 08:46:29 +00:00

View File

@@ -29,7 +29,7 @@ class StockQuant(models.Model):
"domain": [
("product_id", "=", self.product_id.id),
("reserved_uom_qty", ">", 0),
("location_id.usage", "=", "internal"),
("location_id", "=", self.location_id.id),
("lot_id", "=", self.lot_id.id),
("owner_id", "=", self.owner_id.id),
],