Skip to content

Commit 9e9ad38

Browse files
Update version numbers for ported modules
1 parent 47f79ce commit 9e9ad38

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ exclude: |
22
(?x)
33
# NOT INSTALLABLE ADDONS
44
^base_import_async/|
5-
^queue_job/|
65
^queue_job_batch/|
76
^queue_job_cron/|
87
^queue_job_cron_jobrunner/|
98
^queue_job_subscribe/|
10-
^test_queue_job/|
119
^test_queue_job_batch/|
1210
# END NOT INSTALLABLE ADDONS
1311
# Files and folders generated by bots, to avoid loops

queue_job/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Job Queue
2121
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2222
:alt: License: LGPL-3
2323
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
24-
:target: https://github.com/OCA/queue/tree/18.0/queue_job
24+
:target: https://github.com/OCA/queue/tree/19.0/queue_job
2525
:alt: OCA/queue
2626
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27-
:target: https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job
27+
:target: https://translation.odoo-community.org/projects/queue-19-0/queue-19-0-queue_job
2828
:alt: Translate me on Weblate
2929
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30-
:target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=19.0
3131
:alt: Try me on Runboat
3232

3333
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -661,7 +661,7 @@ Bug Tracker
661661
Bugs are tracked on `GitHub Issues <https://github.com/OCA/queue/issues>`_.
662662
In case of trouble, please check there if your issue has already been reported.
663663
If you spotted it first, help us to smash it by providing a detailed and welcomed
664-
`feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
664+
`feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
665665
666666
Do not contact contributors directly about support or help with technical issues.
667667
@@ -720,6 +720,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
720720
721721
|maintainer-guewen|
722722
723-
This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/18.0/queue_job>`_ project on GitHub.
723+
This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/19.0/queue_job>`_ project on GitHub.
724724
725725
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

queue_job/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "Job Queue",
5-
"version": "18.0.2.0.2",
5+
"version": "19.0.1.0.0",
66
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/queue",
88
"license": "LGPL-3",
@@ -27,7 +27,7 @@
2727
"/queue_job/static/src/views/**/*",
2828
],
2929
},
30-
"installable": False,
30+
"installable": True,
3131
"development_status": "Mature",
3232
"maintainers": ["guewen"],
3333
"post_init_hook": "post_init_hook",

queue_job/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ <h1>Job Queue</h1>
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375375
!! source digest: sha256:58f9182440bb316576671959b69148ea5454958f9ae8db75bccd30c89012676d
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/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>
379379
<p>It allows to postpone method calls executed asynchronously.</p>
380380
<p>Jobs are executed in the background by a <tt class="docutils literal">Jobrunner</tt>, in their own
@@ -962,7 +962,7 @@ <h2><a class="toc-backref" href="#toc-entry-14">Bug Tracker</a></h2>
962962
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/queue/issues">GitHub Issues</a>.
963963
In case of trouble, please check there if your issue has already been reported.
964964
If you spotted it first, help us to smash it by providing a detailed and welcomed
965-
<a class="reference external" href="https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
965+
<a class="reference external" href="https://github.com/OCA/queue/issues/new?body=module:%20queue_job%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
966966
<p>Do not contact contributors directly about support or help with technical issues.</p>
967967
</div>
968968
<div class="section" id="credits">
@@ -1010,7 +1010,7 @@ <h3><a class="toc-backref" href="#toc-entry-19">Maintainers</a></h3>
10101010
promote its widespread use.</p>
10111011
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
10121012
<p><a class="reference external image-reference" href="https://github.com/guewen"><img alt="guewen" src="https://github.com/guewen.png?size=40px" /></a></p>
1013-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/queue/tree/18.0/queue_job">OCA/queue</a> project on GitHub.</p>
1013+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/queue/tree/19.0/queue_job">OCA/queue</a> project on GitHub.</p>
10141014
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
10151015
</div>
10161016
</div>

test_queue_job/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Queue Job Tests",
6-
"version": "18.0.2.0.0",
6+
"version": "19.0.1.0.0",
77
"author": "Camptocamp,Odoo Community Association (OCA)",
88
"license": "LGPL-3",
99
"category": "Generic Modules",
@@ -15,5 +15,5 @@
1515
"security/ir.model.access.csv",
1616
"data/queue_job_test_job.xml",
1717
],
18-
"installable": False,
18+
"installable": True,
1919
}

0 commit comments

Comments
 (0)