[IMP] account_bank_statement_import_online: use pre-computed sanitized bank account number

[UPD] Update account_bank_statement_import_online.pot

account_bank_statement_import_online 12.0.1.2.0
This commit is contained in:
Alexey Pelykh
2020-04-11 06:24:18 +02:00
parent 8d0081e1c4
commit 108dd51579
4 changed files with 25 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ class OnlineBankStatementProviderDummy(models.Model):
'unique_import_id': str(int(
(date - datetime(1970, 1, 1)) / timedelta(seconds=1)
)),
'partner_name': 'John Doe',
'account_number': 'XX00 0000 0000 0000',
})
balance += amount
date += line_step