From 0c76b7e7a68a8842b78ee3b77a65b7f28a1e4ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 12 Feb 2025 17:07:27 +0100 Subject: [PATCH] [IMP] rma_lot: rma_operation_id compatibility --- rma_lot/tests/test_rma_lot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rma_lot/tests/test_rma_lot.py b/rma_lot/tests/test_rma_lot.py index bff6831f..75825de3 100644 --- a/rma_lot/tests/test_rma_lot.py +++ b/rma_lot/tests/test_rma_lot.py @@ -77,6 +77,7 @@ class TestRMALot(TransactionCase): ) ) stock_return_picking_form.create_rma = True + stock_return_picking_form.rma_operation_id = self.operation return_wizard = stock_return_picking_form.save() self.assertEqual(len(return_wizard.product_return_moves), 2) return_wizard.create_returns()