[FIX] account_bank_statement_import_paypal: Ensure journal currency

This commit is contained in:
Pedro M. Baeza
2019-05-06 20:46:33 +02:00
parent d77a2d956e
commit 3f3fe3845a

View File

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