diff --git a/rma_account/models/rma_order_line.py b/rma_account/models/rma_order_line.py index fe30ddda..ca3c6037 100644 --- a/rma_account/models/rma_order_line.py +++ b/rma_account/models/rma_order_line.py @@ -362,7 +362,7 @@ class RmaOrderLine(models.Model): make_refund = ( self.env["rma.refund"] .with_context( - { + **{ "customer": True, "active_ids": self.ids, "active_model": "rma.order.line",