From a6c53dde9fdbd4d66ce86d67389bb58bc4274a0a Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 9 Aug 2018 09:28:07 +0200 Subject: [PATCH] account.journal, code : 5 char field --- .../tests/test_import_bank_statement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py b/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py index 3af9bf1..1216943 100644 --- a/account_bank_statement_import_camt_details/tests/test_import_bank_statement.py +++ b/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, })