From 568e48c59751d221a8ef6567876e2e2cf47587cb Mon Sep 17 00:00:00 2001 From: David Beal Date: Sat, 23 Nov 2024 11:07:03 +0100 Subject: [PATCH] FIX acc_facto_receiv_bal: typo --- .../models/subrogation_receipt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_factoring_receivable_balance/models/subrogation_receipt.py b/account_factoring_receivable_balance/models/subrogation_receipt.py index be7d290..75384ec 100644 --- a/account_factoring_receivable_balance/models/subrogation_receipt.py +++ b/account_factoring_receivable_balance/models/subrogation_receipt.py @@ -243,7 +243,7 @@ def action_post(self): # useless ): vals_list = rec._prepare_journal_entry_vals_list() - items = rec.env["account.move"].create(vals_list).action_post() + items = rec.env["account.move"].create(vals_list) items.action_post() rec.state = "posted" for line in rec.line_ids: