mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] account_bank_statement_import_paypal: Ensure journal currency
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user