Browse Source

account.journal, code : 5 char field

pull/170/head
Luc De Meyer 6 years ago
committed by GitHub
parent
commit
a6c53dde9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      account_bank_statement_import_camt_details/tests/test_import_bank_statement.py

2
account_bank_statement_import_camt_details/tests/test_import_bank_statement.py

@ -19,7 +19,7 @@ class TestImport(TransactionCase):
})
self.env['account.journal'].create({
'name': 'Bank Journal - (test camt)',
'code': 'TBNKCAMT',
'code': 'TBNKC',
'type': 'bank',
'bank_account_id': bank.id,
})

Loading…
Cancel
Save