mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_check_deposit from v13 to v14
This commit is contained in:
@@ -167,8 +167,8 @@ class TestPayment(AccountingTestCase):
|
||||
return check_deposit
|
||||
|
||||
def test_full_payment_process(self):
|
||||
""" Create a payment for on invoice by check,
|
||||
post it and create check deposit"""
|
||||
"""Create a payment for on invoice by check,
|
||||
post it and create check deposit"""
|
||||
inv_1 = self.create_invoice(amount=100, currency_id=self.currency_eur_id)
|
||||
inv_2 = self.create_invoice(amount=200, currency_id=self.currency_eur_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user