-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] attachment_unindex_content #3097
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] attachment_unindex_content #3097
Commits on Oct 16, 2024
-
[ADD] attachment_unindex_content: Module to disable file indexation
This module is intended to disable the indexation of data on the ir.attachment model. 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. 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.
Configuration menu - View commit details
-
Copy full SHA for 6c2a4d7 - Browse repository at this point
Copy the full SHA 6c2a4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6777f - Browse repository at this point
Copy the full SHA 9f6777fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8a92a - Browse repository at this point
Copy the full SHA 6d8a92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b6dc2 - Browse repository at this point
Copy the full SHA 44b6dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae45825 - Browse repository at this point
Copy the full SHA ae45825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 327fc09 - Browse repository at this point
Copy the full SHA 327fc09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872eea2 - Browse repository at this point
Copy the full SHA 872eea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b3a82 - Browse repository at this point
Copy the full SHA 50b3a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079d989 - Browse repository at this point
Copy the full SHA 079d989View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5ba03 - Browse repository at this point
Copy the full SHA cc5ba03View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb52975 - Browse repository at this point
Copy the full SHA eb52975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b606b - Browse repository at this point
Copy the full SHA 93b606bView commit details -
Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (4 of 4 strings) Translation: server-tools-14.0/server-tools-14.0-attachment_unindex_content Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-attachment_unindex_content/es_AR/
Configuration menu - View commit details
-
Copy full SHA for f62be19 - Browse repository at this point
Copy the full SHA f62be19View commit details -
[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] odoo/odoo@3d59cc84
Configuration menu - View commit details
-
Copy full SHA for e54ebb9 - Browse repository at this point
Copy the full SHA e54ebb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312b115 - Browse repository at this point
Copy the full SHA 312b115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d60841 - Browse repository at this point
Copy the full SHA 7d60841View commit details -
[MIG] attachment_unindex_content: Migration to 16.0
- Manifest's "Version" updated to "16.0.1.0.0" - Translation files updated to new version
Configuration menu - View commit details
-
Copy full SHA for 242fc4f - Browse repository at this point
Copy the full SHA 242fc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f3330 - Browse repository at this point
Copy the full SHA b4f3330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d4e2d - Browse repository at this point
Copy the full SHA 39d4e2dView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-16.0/server-tools-16.0-attachment_unindex_content Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_unindex_content/
Configuration menu - View commit details
-
Copy full SHA for df5974c - Browse repository at this point
Copy the full SHA df5974cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f26a28 - Browse repository at this point
Copy the full SHA 7f26a28View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-16.0/server-tools-16.0-attachment_unindex_content Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_unindex_content/
Configuration menu - View commit details
-
Copy full SHA for 7afcebf - Browse repository at this point
Copy the full SHA 7afcebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a775e6c - Browse repository at this point
Copy the full SHA a775e6cView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings) Translation: server-tools-16.0/server-tools-16.0-attachment_unindex_content Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_unindex_content/es/
Configuration menu - View commit details
-
Copy full SHA for facb129 - Browse repository at this point
Copy the full SHA facb129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7961d7f - Browse repository at this point
Copy the full SHA 7961d7fView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings) Translation: server-tools-16.0/server-tools-16.0-attachment_unindex_content Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_unindex_content/it/
Configuration menu - View commit details
-
Copy full SHA for 852b92b - Browse repository at this point
Copy the full SHA 852b92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5910a - Browse repository at this point
Copy the full SHA 1e5910aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9c98f - Browse repository at this point
Copy the full SHA 0d9c98fView commit details