[MIG] account_check_deposit from v13 to v14

This commit is contained in:
Alexis de Lattre
2020-11-14 00:32:18 +01:00
parent 84af8e30d3
commit 7a858da8b0
16 changed files with 141 additions and 146 deletions

View File

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