diff --git a/README.md b/README.md index 0bc46907de9..343751b6388 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ 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 [auditlog](auditlog/) | 18.0.1.0.0 | | Audit Log +[autovacuum_message_attachment](autovacuum_message_attachment/) | 18.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Automatically delete old mail messages and attachments [base_cron_exclusion](base_cron_exclusion/) | 18.0.1.0.1 | [![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.1.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_m2m_custom_field](base_m2m_custom_field/) | 18.0.1.0.0 | | Customizations of Many2many diff --git a/autovacuum_message_attachment/README.rst b/autovacuum_message_attachment/README.rst index 53d80f49256..1a616bf9b7e 100644 --- a/autovacuum_message_attachment/README.rst +++ b/autovacuum_message_attachment/README.rst @@ -7,7 +7,7 @@ AutoVacuum Mail Message and Attachment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:491db966d4262d620005377d57d6255ffa65095cbcc96229a46efad5d6dec593 + !! source digest: sha256:e3d4bd3bc0a3870e3753f512e779c444ab8024f57cd46b5fb54d200709cb2274 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -42,14 +42,14 @@ messages you want to delete automatically. Configuration ============= -- Go to the menu configuration => Technical => Email => Message And - Attachment Vacuum Rules -- Add the adequates rules for your company. On each rule, you can - indicate the models, type and subtypes for which you want to delete - the messages, along with a retention time (in days). Or for - attachment, you can specify a substring of the name. -- Activate the cron AutoVacuum Mails and Messages and/or AutoVacuum - Attachments +- Go to the menu configuration => Technical => Email => Message And + Attachment Vacuum Rules +- Add the adequates rules for your company. On each rule, you can + indicate the models, type and subtypes for which you want to delete + the messages, along with a retention time (in days). Or for + attachment, you can specify a substring of the name. +- Activate the cron AutoVacuum Mails and Messages and/or AutoVacuum + Attachments It is recommanded to run it frequently and when the system is not very loaded. (For instance : once a day, during the night.) @@ -84,10 +84,10 @@ Authors Contributors ------------ -- Florian da Costa -- Enric Tobella -- Helly kapatel -- Akim Juillerat +- Florian da Costa +- Enric Tobella +- Helly kapatel +- Akim Juillerat Maintainers ----------- diff --git a/autovacuum_message_attachment/static/description/index.html b/autovacuum_message_attachment/static/description/index.html index d53339b8e42..6bd88a68815 100644 --- a/autovacuum_message_attachment/static/description/index.html +++ b/autovacuum_message_attachment/static/description/index.html @@ -367,7 +367,7 @@

AutoVacuum Mail Message and Attachment

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

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

Odoo create a lot of message and/or mails. With time it can slow the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f3679f8579f..a3bad53ce01 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-tools" -version = "18.0.20250116.0" +version = "18.0.20250127.0" dependencies = [ "odoo-addon-attachment_unindex_content==18.0.*", "odoo-addon-auditlog==18.0.*", + "odoo-addon-autovacuum_message_attachment==18.0.*", "odoo-addon-base_cron_exclusion==18.0.*", "odoo-addon-base_exception==18.0.*", "odoo-addon-base_m2m_custom_field==18.0.*",