diff --git a/README.md b/README.md index 3ca40c2e812..56909877347 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[attachment_queue](attachment_queue/) | 16.0.1.0.3 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module adding the concept of queue for processing files +[attachment_queue](attachment_queue/) | 16.0.1.0.4 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module adding the concept of queue for processing files [attachment_unindex_content](attachment_unindex_content/) | 16.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/) | 16.0.2.0.2 | | Audit Log [base_cron_exclusion](base_cron_exclusion/) | 16.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. diff --git a/attachment_queue/README.rst b/attachment_queue/README.rst index 63bb56a4b7d..a74b898dc1b 100644 --- a/attachment_queue/README.rst +++ b/attachment_queue/README.rst @@ -7,7 +7,7 @@ Attachment Queue !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:654f5aa5da3037c1fd1b8a6e4d92eea925574db015fb972d78b1692e87e55a28 + !! source digest: sha256:acf6e816ee09f0ec268c64fedcad73cc5e038021cf0df02aa823c7d4728f28a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/attachment_queue/__manifest__.py b/attachment_queue/__manifest__.py index 87d01047795..61a02263476 100644 --- a/attachment_queue/__manifest__.py +++ b/attachment_queue/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Attachment Queue", - "version": "16.0.1.0.3", + "version": "16.0.1.0.4", "author": "Akretion,Odoo Community Association (OCA)", "summary": "Base module adding the concept of queue for processing files", "website": "https://github.com/OCA/server-tools", diff --git a/attachment_queue/static/description/index.html b/attachment_queue/static/description/index.html index f3d3be45208..1cd4c9c7f10 100644 --- a/attachment_queue/static/description/index.html +++ b/attachment_queue/static/description/index.html @@ -367,7 +367,7 @@

Attachment Queue

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

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

This module adds async processing capabilities to attachments by implementing a new model attachment.queue that wraps attachments and stores additional information so that it can be processed in an asynchronous way.