File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Available addons
22
22
addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ base_import_async] ( base_import_async/ ) | 18.0.1.0.0 | | Import CSV files in the background
25
- [ queue_job] ( queue_job/ ) | 18.0.2.0.0 | <a href =' https://github.com/guewen ' ><img src =' https://github.com/guewen.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' guewen ' /></a > | Job Queue
25
+ [ queue_job] ( queue_job/ ) | 18.0.2.0.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 > | Job Queue
26
26
[ queue_job_batch] ( queue_job_batch/ ) | 18.0.1.0.0 | | Job Queue Batch
27
27
[ queue_job_cron] ( queue_job_cron/ ) | 18.0.1.1.1 | | Scheduled Actions as Queue Jobs
28
28
[ queue_job_cron_jobrunner] ( queue_job_cron_jobrunner/ ) | 18.0.1.0.1 | <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
11
11
!! This file is generated by oca-gen-addon-readme !!
12
12
!! changes will be overwritten. !!
13
13
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:034783f35505ccb34f61a02d57eb1b991de4319a83220325e4a9426d653b5329
14
+ !! source digest: sha256:69c96d067eef5f379df0a2050d4d2b063ebc08060ca6529bb0ffbb9a1105df69
15
15
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
17
17
.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : "Job Queue" ,
5
- "version" : "18.0.2.0.0 " ,
5
+ "version" : "18.0.2.0.1 " ,
6
6
"author" : "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)" ,
7
7
"website" : "https://github.com/OCA/queue" ,
8
8
"license" : "LGPL-3" ,
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Job Queue</h1>
372
372
!! This file is generated by oca-gen-addon-readme !!
373
373
!! changes will be overwritten. !!
374
374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:034783f35505ccb34f61a02d57eb1b991de4319a83220325e4a9426d653b5329
375
+ !! source digest: sha256:69c96d067eef5f379df0a2050d4d2b063ebc08060ca6529bb0ffbb9a1105df69
376
376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
377
< 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/18.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-18-0/queue-18-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=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378
378
< p > This addon adds an integrated Job Queue to Odoo.</ p >
You can’t perform that action at this time.
0 commit comments