[14.0]black, isort, prettier

This commit is contained in:
Luc De Meyer
2022-05-10 21:40:54 +02:00
parent 503d0821d4
commit 233f719b6b
21 changed files with 1331 additions and 983 deletions

View File

@@ -5,7 +5,6 @@ from odoo import fields, models
class AccountBankStatement(models.Model):
_inherit = 'account.bank.statement'
_inherit = "account.bank.statement"
ebics_file_id = fields.Many2one(
comodel_name='ebics.file', string='EBICS Data File')
ebics_file_id = fields.Many2one(comodel_name="ebics.file", string="EBICS Data File")