[FIX] Grouping invoices in payments

pull/306/head
mreficent 2020-02-27 14:00:36 +01:00
parent 5e545d738b
commit b6aa92f27f
1 changed files with 1 additions and 0 deletions

View File

@ -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)