mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[IMP] account_bank_statement_import_paypal: black, isort, prettier
This commit is contained in:
@@ -6,9 +6,9 @@ from odoo import models
|
||||
|
||||
|
||||
class AccountJournal(models.Model):
|
||||
_inherit = 'account.journal'
|
||||
_inherit = "account.journal"
|
||||
|
||||
def _get_bank_statements_available_import_formats(self):
|
||||
res = super()._get_bank_statements_available_import_formats()
|
||||
res.append('PayPal Reports')
|
||||
res.append("PayPal Reports")
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user