diff --git a/attachment_unindex_content/__manifest__.py b/attachment_unindex_content/__manifest__.py index 77e25a633..9dbc3cd7c 100644 --- a/attachment_unindex_content/__manifest__.py +++ b/attachment_unindex_content/__manifest__.py @@ -7,7 +7,11 @@ "version": "14.0.1.0.0", "author": "Vauxoo, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", - "maintainers": ["moylop260", "ebirbe"], + "maintainers": [ + "moylop260", + "ebirbe", + "luisg123v", + ], "license": "AGPL-3", "category": "Tools", "depends": ["base"], diff --git a/attachment_unindex_content/models/ir_attachment.py b/attachment_unindex_content/models/ir_attachment.py index 38ab576fb..169f4fe60 100644 --- a/attachment_unindex_content/models/ir_attachment.py +++ b/attachment_unindex_content/models/ir_attachment.py @@ -9,5 +9,5 @@ class IrAttachment(models.Model): _inherit = "ir.attachment" @api.model - def _index(self, bin_data, mimetype): + def _index(self, *args, **kwargs): return False