Browse Source

[FIX] account_bank_statement_import_paypal: Ensure journal currency

pull/210/head
Pedro M. Baeza 5 years ago
parent
commit
3f3fe3845a
  1. 1
      account_bank_statement_import_paypal/tests/test_paypal_statement_import.py

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

Loading…
Cancel
Save