mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[IMP] knowledge: black, isort
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user