Luc De Meyer
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
account_bank_statement_import_camt_details/tests/test_import_bank_statement.py
|
@ -19,7 +19,7 @@ class TestImport(TransactionCase): |
|
|
}) |
|
|
}) |
|
|
self.env['account.journal'].create({ |
|
|
self.env['account.journal'].create({ |
|
|
'name': 'Bank Journal - (test camt)', |
|
|
'name': 'Bank Journal - (test camt)', |
|
|
'code': 'TBNKCAMT', |
|
|
|
|
|
|
|
|
'code': 'TBNKC', |
|
|
'type': 'bank', |
|
|
'type': 'bank', |
|
|
'bank_account_id': bank.id, |
|
|
'bank_account_id': bank.id, |
|
|
}) |
|
|
}) |
|
|