v 14.0 Third Party 84
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 12
Technical Name attachment_unindex_content
LicenseAGPL-3
Websitehttps://github.com/OCA/server-tools
Versions 15.0 14.0 13.0 11.0 16.0 12.0
You bought this module and need support? Click here!

Attachment Unindex Content

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module disables the indexation of attachments content.

Attachment model has a field called ‘index_content’ where the content of the attachment is read and stored directly in the database. This field is useful in order to search content of a file. But most of cases it is not used, so, you can install this module in order to:

  • Avoid Duplicating Data: Because indexation extracts text content from files and put it on the database in order it could be searched, but this implies you have the file data in your filestore directory, and also part (or sometimes all) of that data in your database too.
  • Improve Performance: Since not all indexed files are plain text, they require extra process to read them.

Maybe you could try to uninstall modules like document in order to disable its indexation features, but you could face the uninstallation of other modules that could be useful for you (e.g, hr_recruitment depends on that).

But even if you don’t have document installed, you’d still have plain text content indexation by default. As you can see in this SQL query results, indexation is active even without it:

SQL Query result showing indexed content

Using this module you will not require to uninstall any module to disable the attachment content indexation, because we directly disable it at ir.attachment base.

Also, after the installation, the index_content field on attachments already recorded in database will be cleared.

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Vauxoo

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

moylop260 ebirbe luisg123v

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.