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