Merge PR #2143 into 14.0

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

View File

@@ -26,7 +26,7 @@ class StockQuant(models.Model):
"domain": [
("product_id", "=", self.product_id.id),
("product_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),
],