[IMP] knowledge: black, isort

This commit is contained in:
ernesto
2019-11-05 17:48:10 -05:00
committed by Khôi (Kiên Kim)
parent 49b26cbe55
commit 317a62f3ea
4 changed files with 29 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ from odoo import fields, models
class IrAttachment(models.Model):
_inherit = 'ir.attachment'
_inherit = "ir.attachment"
# Add index to res_model because filtering on it is a common use case
res_model = fields.Char(index=True)