[BOT] post-merge updates
parent
e22a09b135
commit
3a5305184a
|
@ -21,7 +21,7 @@ Available addons
|
|||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[attachment_queue](attachment_queue/) | 16.0.1.0.3 | [](https://github.com/florian-dacosta) [](https://github.com/sebastienbeau) | Base module adding the concept of queue for processing files
|
||||
[attachment_queue](attachment_queue/) | 16.0.1.0.4 | [](https://github.com/florian-dacosta) [](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 | [](https://github.com/moylop260) [](https://github.com/ebirbe) [](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 | [](https://github.com/LoisRForgeFlow) [](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:654f5aa5da3037c1fd1b8a6e4d92eea925574db015fb972d78b1692e87e55a28
|
||||
!! source digest: sha256:acf6e816ee09f0ec268c64fedcad73cc5e038021cf0df02aa823c7d4728f28a9
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/attachment_queue"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_queue"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>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.</p>
|
||||
|
|
Loading…
Reference in New Issue