From 1c55febc4e103eab1faa62b632fe2bf24a4895d0 Mon Sep 17 00:00:00 2001 From: Christopher Ormaza Date: Wed, 12 Jan 2022 07:15:26 -0500 Subject: [PATCH] FIX: super call --- rma_invoice/models/rma_order_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_invoice/models/rma_order_line.py b/rma_invoice/models/rma_order_line.py index ef5227f2..3c52a2c2 100644 --- a/rma_invoice/models/rma_order_line.py +++ b/rma_invoice/models/rma_order_line.py @@ -58,7 +58,7 @@ class RmaOrderLine(models.Model): def _prepare_rma_line_from_stock_move(self, sm, lot=False): operation_model = self.env["rma.operation"] - res = super()._prepare_rma_line_from_stock_move() + res = super()._prepare_rma_line_from_stock_move(sm, lot) if res.get("operation_id", False): operation = operation_model.browse(res.get("operation_id", False)) res.update(