Merge PR #1715 into 14.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2023-05-22 09:03:35 +00:00

View File

@@ -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