Merge PR #2048 into 16.0

Signed-off-by LoisRForgeFlow
This commit is contained in:
OCA-git-bot
2024-05-28 12:03:37 +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"]