mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
@@ -172,6 +172,7 @@ class TestPayment(AccountingTestCase):
|
|||||||
'payment_date': time.strftime('%Y-%m-%d'),
|
'payment_date': time.strftime('%Y-%m-%d'),
|
||||||
'journal_id': self.check_journal.id,
|
'journal_id': self.check_journal.id,
|
||||||
'payment_method_id': self.payment_method_manual_in.id,
|
'payment_method_id': self.payment_method_manual_in.id,
|
||||||
|
'group_invoices': True,
|
||||||
})
|
})
|
||||||
register_payments.create_payments()
|
register_payments.create_payments()
|
||||||
payment = self.payment_model.search([], order="id desc", limit=1)
|
payment = self.payment_model.search([], order="id desc", limit=1)
|
||||||
|
|||||||
Reference in New Issue
Block a user