From 3c3989f5f6ed6b04955fa07939d81dff882bb50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 18 May 2022 17:17:28 +0200 Subject: [PATCH] [FIX] account_spread_cost_revenue: Post move to reconcile to fix CI. --- .../tests/test_account_invoice_spread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_spread_cost_revenue/tests/test_account_invoice_spread.py b/account_spread_cost_revenue/tests/test_account_invoice_spread.py index fd6442c11..1f688382a 100644 --- a/account_spread_cost_revenue/tests/test_account_invoice_spread.py +++ b/account_spread_cost_revenue/tests/test_account_invoice_spread.py @@ -642,7 +642,7 @@ class TestAccountInvoiceSpread(common.TransactionCase): payable_account = self.spread2.credit_account_id balance_sheet = self.spread2.debit_account_id self.assertTrue(balance_sheet.reconcile) - + self.spread2.line_ids.mapped("move_id").action_post() spread_mls = self.spread2.line_ids.mapped("move_id.line_ids") self.assertTrue(spread_mls) for spread_ml in spread_mls: