server-tools/attachment_unindex_content/models
Luis González e9343450a5 [FIX] attachment_unindex_content: unsupported param on _index method
Odoo introduced a new param `checksum` to the method `_index` on the
attachment model [1]. Since that param is not supported on this model,
the following error is now being raised:

    TypeError: _index() got an unexpected keyword argument 'checksum'

[1] https://github.com/odoo/odoo/commit/3d59cc84
2023-02-23 21:17:33 +00:00
..
__init__.py [ADD] attachment_unindex_content: Module to disable file indexation 2023-02-23 21:17:33 +00:00
ir_attachment.py [FIX] attachment_unindex_content: unsupported param on _index method 2023-02-23 21:17:33 +00:00