Skip to content

Commit 1f23acd

Browse files
committed
[BOT] post-merge updates
1 parent 964f2c8 commit 1f23acd

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2028
Unported addons
2129
---------------
2230
addon | 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)

queue_job/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

queue_job/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&amp;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>

setup/_metapackage/pyproject.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-queue"
3-
version = "18.0.20250415.0"
3+
version = "19.0.20260104.0"
44
dependencies = [
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
]
148
classifiers=[
159
"Programming Language :: Python",
1610
"Framework :: Odoo",
17-
"Framework :: Odoo :: 18.0",
11+
"Framework :: Odoo :: 19.0",
1812
]

0 commit comments

Comments
 (0)