mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Grouping invoices in payments
This commit is contained in:
committed by
Patrick Wilson
parent
16a3a54df4
commit
357ce9e22c
@@ -126,6 +126,7 @@ class TestAccountReconcileReconciliationDate(AccountingTestCase):
|
||||
'payment_date': time.strftime('%Y') + '-07-15',
|
||||
'journal_id': self.bank_journal_euro.id,
|
||||
'payment_method_id': self.payment_method_manual_in.id,
|
||||
'group_invoices': True,
|
||||
})
|
||||
register_payments.create_payments()
|
||||
payment = self.payment_model.search([], order="id desc", limit=1)
|
||||
|
||||
Reference in New Issue
Block a user