From 87dbc0f247fbd16f6948b59d0c1519d674946398 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 28 Nov 2024 17:55:26 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + attachment_unindex_content/README.rst | 28 +++++++++---------- .../static/description/index.html | 9 ++---- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 19 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d45d9eea579..74208cadf3d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[attachment_unindex_content](attachment_unindex_content/) | 18.0.1.0.0 | [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![ebirbe](https://github.com/ebirbe.png?size=30px)](https://github.com/ebirbe) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Disable indexing of attachments [base_cron_exclusion](base_cron_exclusion/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously. [base_exception](base_exception/) | 18.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) [base_partition](base_partition/) | 18.0.1.0.0 | | Base module that provide the partition method on all models diff --git a/attachment_unindex_content/README.rst b/attachment_unindex_content/README.rst index 608d3e3d7b7..c6be692e471 100644 --- a/attachment_unindex_content/README.rst +++ b/attachment_unindex_content/README.rst @@ -7,7 +7,7 @@ Attachment Unindex Content !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ea58b36b08c5d8ff1eaf428f88f80f7171cac26df0babe83a7e95f7f54e518b6 + !! source digest: sha256:ac1a360bceb47e15c6cc5ae92a37b94fa4fbfbcbbd53fd45c7333d5e845d5294 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -35,13 +35,13 @@ 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. +- **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 @@ -90,17 +90,15 @@ Authors Contributors ------------ -- Moises López -- Erick Birbe -- Khoi (Kien Kim) +- Moises López +- Erick Birbe +- Khoi (Kien Kim) Other credits ------------- -The migration of this module from 17.0 to 18.0 was financially supported -by: - -- Camptocamp. +The migration of this module from 16.0 to 18.0 was financially supported +by Camptocamp. Maintainers ----------- diff --git a/attachment_unindex_content/static/description/index.html b/attachment_unindex_content/static/description/index.html index bb7dbcfb360..4c465b3424d 100644 --- a/attachment_unindex_content/static/description/index.html +++ b/attachment_unindex_content/static/description/index.html @@ -367,7 +367,7 @@

Attachment Unindex Content

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ea58b36b08c5d8ff1eaf428f88f80f7171cac26df0babe83a7e95f7f54e518b6 +!! source digest: sha256:ac1a360bceb47e15c6cc5ae92a37b94fa4fbfbcbbd53fd45c7333d5e845d5294 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module disables the indexation of attachments content.

@@ -436,11 +436,8 @@

Contributors

Other credits

-

The migration of this module from 17.0 to 18.0 was financially supported -by:

-
    -
  • Camptocamp.
  • -
+

The migration of this module from 16.0 to 18.0 was financially supported +by Camptocamp.

Maintainers

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f5dc8d0bcff..418e763dc6d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20241127.0" +version = "18.0.20241128.0" dependencies = [ + "odoo-addon-attachment_unindex_content==18.0.*", "odoo-addon-base_cron_exclusion==18.0.*", "odoo-addon-base_exception==18.0.*", "odoo-addon-base_partition==18.0.*",