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):