[FIX] account_payment_order_grouped_output: Select both type of accounts to reconcile

Typo error.
This commit is contained in:
Pedro M. Baeza
2023-04-28 17:54:57 +02:00
parent 204917434f
commit d00084833c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{
"name": "Account Payment Order - Generate grouped moves",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Therp BV, Tecnativa, Akretion, "
"Odoo Community Association (OCA)",

View File

@@ -83,7 +83,7 @@ class AccountPaymentOrder(models.Model):
lambda x: x.account_id
in (
journal._get_journal_inbound_outstanding_payment_accounts()
+ journal._get_journal_inbound_outstanding_payment_accounts()
+ journal._get_journal_outbound_outstanding_payment_accounts()
)
)
lines_to_rec.reconcile()