From 3f3fe3845aefe6d7babfe93eb13edf856321384e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 6 May 2019 20:46:33 +0200 Subject: [PATCH] [FIX] account_bank_statement_import_paypal: Ensure journal currency --- .../tests/test_paypal_statement_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py b/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py index 7b24197..e9a7b31 100644 --- a/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py +++ b/account_bank_statement_import_paypal/tests/test_paypal_statement_import.py @@ -18,6 +18,7 @@ class TestPaypalFile(common.SavepointCase): 'name': 'Paypal Bank', 'type': 'bank', 'code': 'PYPAL', + 'currency_id': cls.env.ref('base.USD').id, }) def _do_import(self, file_name):