File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ addon | version | maintainers | summary
2424--- | --- | --- | ---
2525[ base_export_async] ( base_export_async/ ) | 16.0.1.2.0 | | Asynchronous export with job queue
2626[ base_import_async] ( base_import_async/ ) | 16.0.1.2.1 | | Import CSV files in the background
27- [ queue_job] ( queue_job/ ) | 16.0.2.13.1 | <a href =' https://github.com/guewen ' ><img src =' https://github.com/guewen.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' guewen ' /></a > <a href =' https://github.com/sbidoul ' ><img src =' https://github.com/sbidoul.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' sbidoul ' /></a > | Job Queue
27+ [ queue_job] ( queue_job/ ) | 16.0.2.13.2 | <a href =' https://github.com/guewen ' ><img src =' https://github.com/guewen.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' guewen ' /></a > <a href =' https://github.com/sbidoul ' ><img src =' https://github.com/sbidoul.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' sbidoul ' /></a > | Job Queue
2828[ queue_job_batch] ( queue_job_batch/ ) | 16.0.1.0.1 | | Job Queue Batch
2929[ queue_job_cron] ( queue_job_cron/ ) | 16.0.2.1.0 | | Scheduled Actions as Queue Jobs
3030[ queue_job_cron_jobrunner] ( queue_job_cron_jobrunner/ ) | 16.0.1.1.0 | <a href =' https://github.com/ivantodorovich ' ><img src =' https://github.com/ivantodorovich.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' ivantodorovich ' /></a > | Run jobs without a dedicated JobRunner
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Job Queue
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:10dc03f2537877e01294e7b905641edb2d06a2e9f32d4adfc4c4c07224a40ea9
14+ !! source digest: sha256:2bd5c794474dd35dcd9b22179fa7d2690e791192862beaeeb674d8bedbb77558
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Original file line number Diff line number Diff line change 22
33{
44 "name" : "Job Queue" ,
5- "version" : "16.0.2.13.1 " ,
5+ "version" : "16.0.2.13.2 " ,
66 "author" : "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)" ,
77 "website" : "https://github.com/OCA/queue" ,
88 "license" : "LGPL-3" ,
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Job Queue</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:10dc03f2537877e01294e7b905641edb2d06a2e9f32d4adfc4c4c07224a40ea9
375+ !! source digest: sha256:2bd5c794474dd35dcd9b22179fa7d2690e791192862beaeeb674d8bedbb77558
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Mature " src ="https://img.shields.io/badge/maturity-Mature-brightgreen.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/queue/tree/16.0/queue_job "> < img alt ="OCA/queue " src ="https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-queue_job "> < 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/queue&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This addon adds an integrated Job Queue to Odoo.</ p >
You can’t perform that action at this time.
0 commit comments