From f403c06a080e58bb60682fddec54155958d6db95 Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Mon, 5 Aug 2019 16:36:41 +0200 Subject: [PATCH] [MIG]account_move_line_rma_order_line to v12 --- rma_account/tests/test_rma_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rma_account/tests/test_rma_account.py b/rma_account/tests/test_rma_account.py index 75733cf3..4da5c8cb 100644 --- a/rma_account/tests/test_rma_account.py +++ b/rma_account/tests/test_rma_account.py @@ -194,7 +194,6 @@ class TestRmaAccount(common.SingleTransactionCase): }) make_refund.invoice_refund() rma.refund_line_ids.invoice_id.action_invoice_open() - rma.refund_line_ids.invoice_id.invoice_validate() rma._compute_refund_count() self.assertEqual(rma.refund_count, 1) self.assertEqual(rma.qty_to_refund, 0.0)