[FIX] account_check_deposit: New check group_invoices

This commit is contained in:
Manuel Calero
2020-03-17 10:26:59 +01:00
parent d0b1d33cac
commit 1b3c22784e

View File

@@ -172,6 +172,7 @@ class TestPayment(AccountingTestCase):
'payment_date': time.strftime('%Y-%m-%d'),
'journal_id': self.check_journal.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)