mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order_grouped_output: Select both type of accounts to reconcile
Typo error.
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user