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: Declare import type
If not, no import option is available
This commit is contained in:
committed by
Carlos Roca
parent
b72348af64
commit
9f87886f37
@@ -11,3 +11,8 @@ class AccountJournal(models.Model):
|
||||
comodel_name='account.bank.statement.import.paypal.map',
|
||||
string='Paypal Map',
|
||||
)
|
||||
|
||||
def _get_bank_statements_available_import_formats(self):
|
||||
res = super()._get_bank_statements_available_import_formats()
|
||||
res.append('Paypal')
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user