mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user