[IMP] : black, isort, prettier

This commit is contained in:
Denis Roussel
2020-10-18 14:59:51 +02:00
parent 9e9c25cf22
commit 39a8572056
8 changed files with 67 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",