[IMP] : black, isort, prettier

This commit is contained in:
Denis Roussel
2020-10-18 14:59:51 +02:00
parent 55f8f28e62
commit 23114febd1
6 changed files with 60 additions and 78 deletions

View File

@@ -6,7 +6,7 @@ from odoo import fields, models
class IrAttachment(models.Model):
_inherit = 'ir.attachment'
_inherit = "ir.attachment"
category_ids = fields.Many2many(
comodel_name="ir.attachment.category",