[BOT] post-merge updates
parent
28ac43e203
commit
66007cf72e
|
@ -21,7 +21,7 @@ Available addons
|
|||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[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_queue](attachment_queue/) | 16.0.1.1.0 | [](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
|
||||
[auto_backup](auto_backup/) | 16.0.1.0.0 | | Backups database
|
||||
|
|
|
@ -7,7 +7,7 @@ Attachment Queue
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:acf6e816ee09f0ec268c64fedcad73cc5e038021cf0df02aa823c7d4728f28a9
|
||||
!! source digest: sha256:5f1b62e088fee1401b7b9a4042257dea61f5713a0eabe81573a4156a22a6c10c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
"name": "Attachment Queue",
|
||||
"version": "16.0.1.0.4",
|
||||
"version": "16.0.1.1.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",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
|
@ -367,7 +366,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:acf6e816ee09f0ec268c64fedcad73cc5e038021cf0df02aa823c7d4728f28a9
|
||||
!! source digest: sha256:5f1b62e088fee1401b7b9a4042257dea61f5713a0eabe81573a4156a22a6c10c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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