File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,23 @@ queue
1717
1818[ // ] : # ( addons )
1919
20+ Available addons
21+ ----------------
22+ addon | version | maintainers | summary
23+ --- | --- | --- | ---
24+ [ queue_job] ( queue_job/ ) | 19.0.1.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+ [ test_queue_job] ( test_queue_job/ ) | 19.0.1.0.0 | | Queue Job Tests
26+
27+
2028Unported addons
2129---------------
2230addon | version | maintainers | summary
2331--- | --- | --- | ---
2432[ base_import_async] ( base_import_async/ ) | 18.0.1.0.0 (unported) | | Import CSV files in the background
25- [ queue_job] ( queue_job/ ) | 18.0.2.0.2 (unported) | <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
2633[ queue_job_batch] ( queue_job_batch/ ) | 18.0.1.0.0 (unported) | | Job Queue Batch
2734[ queue_job_cron] ( queue_job_cron/ ) | 18.0.1.1.1 (unported) | | Scheduled Actions as Queue Jobs
2835[ queue_job_cron_jobrunner] ( queue_job_cron_jobrunner/ ) | 18.0.1.0.1 (unported) | <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
2936[ queue_job_subscribe] ( queue_job_subscribe/ ) | 18.0.1.0.0 (unported) | | Control which users are subscribed to queue job notifications
30- [ test_queue_job] ( test_queue_job/ ) | 18.0.2.0.0 (unported) | | Queue Job Tests
3137[ test_queue_job_batch] ( test_queue_job_batch/ ) | 18.0.1.0.0 (unported) | | Test Job Queue Batch
3238
3339[ // ] : # ( end addons )
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:58f9182440bb316576671959b69148ea5454958f9ae8db75bccd30c89012676d
14+ !! source digest: sha256:0851db31dd9d605b8ce69a7e3f8e5775b3a6dbeeb46f78f9ecc0aa870b0cb61a
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
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:58f9182440bb316576671959b69148ea5454958f9ae8db75bccd30c89012676d
375+ !! source digest: sha256:0851db31dd9d605b8ce69a7e3f8e5775b3a6dbeeb46f78f9ecc0aa870b0cb61a
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/19.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-19-0/queue-19-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=19.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 >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-queue"
3- version = " 18 .0.20250415 .0"
3+ version = " 19 .0.20260104 .0"
44dependencies = [
5- " odoo-addon-base_import_async==18.0.*" ,
6- " odoo-addon-queue_job==18.0.*" ,
7- " odoo-addon-queue_job_batch==18.0.*" ,
8- " odoo-addon-queue_job_cron==18.0.*" ,
9- " odoo-addon-queue_job_cron_jobrunner==18.0.*" ,
10- " odoo-addon-queue_job_subscribe==18.0.*" ,
11- " odoo-addon-test_queue_job==18.0.*" ,
12- " odoo-addon-test_queue_job_batch==18.0.*" ,
5+ " odoo-addon-queue_job==19.0.*" ,
6+ " odoo-addon-test_queue_job==19.0.*" ,
137]
148classifiers =[
159 " Programming Language :: Python" ,
1610 " Framework :: Odoo" ,
17- " Framework :: Odoo :: 18 .0" ,
11+ " Framework :: Odoo :: 19 .0" ,
1812]
You can’t perform that action at this time.
0 commit comments