diff --git a/README.md b/README.md index 2e75e119f1..2a9c3e7286 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [base_import_async](base_import_async/) | 13.0.2.0.0 | | Import CSV files in the background -[queue_job](queue_job/) | 13.0.3.11.1 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue +[queue_job](queue_job/) | 13.0.3.11.2 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) | Job Queue [queue_job_cron](queue_job_cron/) | 13.0.2.1.1 | | Scheduled Actions as Queue Jobs [queue_job_subscribe](queue_job_subscribe/) | 13.0.1.0.0 | | Control which users are subscribed to queue job notifications [test_base_import_async](test_base_import_async/) | 13.0.1.0.0 | | Test suite for base_import_async. Normally you don't need to install this. diff --git a/queue_job/README.rst b/queue_job/README.rst index f43c5fa13f..372bbd5a6e 100644 --- a/queue_job/README.rst +++ b/queue_job/README.rst @@ -7,7 +7,7 @@ Job Queue !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:526bc57d82ebe00d5f3300f005b170f34f729e4fb5c4b0a55f3110a3a2c75e12 + !! source digest: sha256:a9daec769ffd332bf2856016233b7998135670a803452704c76f4fa2d3d3fb16 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/queue_job/__manifest__.py b/queue_job/__manifest__.py index a3e8854b76..70d2bd4cf1 100644 --- a/queue_job/__manifest__.py +++ b/queue_job/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Job Queue", - "version": "13.0.3.11.1", + "version": "13.0.3.11.2", "author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/queue", "license": "LGPL-3", diff --git a/queue_job/static/description/index.html b/queue_job/static/description/index.html index 7aa44370f4..308162ad25 100644 --- a/queue_job/static/description/index.html +++ b/queue_job/static/description/index.html @@ -367,7 +367,7 @@

Job Queue

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:526bc57d82ebe00d5f3300f005b170f34f729e4fb5c4b0a55f3110a3a2c75e12 +!! source digest: sha256:a9daec769ffd332bf2856016233b7998135670a803452704c76f4fa2d3d3fb16 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: LGPL-3 OCA/queue Translate me on Weblate Try me on Runboat

This addon adds an integrated Job Queue to Odoo.