Merge PR #1497 into 14.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2022-10-06 14:52:30 +00:00

View File

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