Merge PR #2047 into 15.0

Signed-off-by rousseldenis
This commit is contained in:
OCA-git-bot
2024-05-23 14:38:24 +00:00

View File

@@ -9,6 +9,7 @@ class StockQuant(models.Model):
def _apply_inventory(self):
res = super()._apply_inventory()
record_moves = self.env["stock.move.line"]
adjustment = self.env["stock.inventory"].browse()
for rec in self:
adjustment = (
self.env["stock.inventory"]