diff --git a/README.md b/README.md index ead98ceeb46..33690986607 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[attachment_queue](attachment_queue/) | 16.0.1.1.0 | [![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.2.0 | [![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_synchronize](attachment_synchronize/) | 16.0.1.0.0 | [![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) [![GSLabIt](https://github.com/GSLabIt.png?size=30px)](https://github.com/GSLabIt) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Attachment Synchronize [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.3 | | Audit Log diff --git a/attachment_queue/README.rst b/attachment_queue/README.rst index 7d7b292306b..f3659f28af6 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:5f1b62e088fee1401b7b9a4042257dea61f5713a0eabe81573a4156a22a6c10c + !! source digest: sha256:2bc659e9bf34ddb442d1ac10f233b308f90a225725ea4a0d71f7253655effcf9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/attachment_queue/__manifest__.py b/attachment_queue/__manifest__.py index 29cd1a4b421..7910c066da3 100644 --- a/attachment_queue/__manifest__.py +++ b/attachment_queue/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Attachment Queue", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "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 0cc28fadedf..510889e0cce 100644 --- a/attachment_queue/static/description/index.html +++ b/attachment_queue/static/description/index.html @@ -366,7 +366,7 @@

Attachment Queue

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5f1b62e088fee1401b7b9a4042257dea61f5713a0eabe81573a4156a22a6c10c +!! source digest: sha256:2bc659e9bf34ddb442d1ac10f233b308f90a225725ea4a0d71f7253655effcf9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.