diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ce61f41c59..987d0e0dd6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,6 @@ exclude: |
# NOT INSTALLABLE ADDONS
^queue_job_cron/|
^queue_job_cron_jobrunner/|
- ^queue_job_subscribe/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
diff --git a/README.md b/README.md
index 96691fc264..f65a961dc8 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
[base_import_async](base_import_async/) | 19.0.1.0.0 | | Import CSV files in the background
[queue_job](queue_job/) | 19.0.2.0.0 | This module allows users to be member of group Job Queue Manager without
becoming follower of failed jobs. This can avoid for some users to
receive a lot of emails in case of failing jobs. Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
| Job Queue
[queue_job_batch](queue_job_batch/) | 19.0.1.0.0 | | Job Queue Batch
+[queue_job_subscribe](queue_job_subscribe/) | 19.0.1.0.0 | | Control which users are subscribed to queue job notifications
[test_queue_job](test_queue_job/) | 19.0.2.0.0 |
| Queue Job Tests
[test_queue_job_batch](test_queue_job_batch/) | 19.0.1.0.0 | | Test Job Queue Batch
@@ -34,7 +35,6 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[queue_job_cron](queue_job_cron/) | 18.0.1.1.1 (unported) | | Scheduled Actions as Queue Jobs
[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 18.0.1.0.1 (unported) |
| Run jobs without a dedicated JobRunner
-[queue_job_subscribe](queue_job_subscribe/) | 18.0.1.0.0 (unported) | | Control which users are subscribed to queue job notifications
[//]: # (end addons)
diff --git a/queue_job_subscribe/README.rst b/queue_job_subscribe/README.rst
index 1d1aa653f6..decf18a0e2 100644
--- a/queue_job_subscribe/README.rst
+++ b/queue_job_subscribe/README.rst
@@ -2,7 +2,7 @@
Queue Job Subscribe
===================
-..
+..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
@@ -17,13 +17,13 @@ Queue Job Subscribe
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
- :target: https://github.com/OCA/queue/tree/18.0/queue_job_subscribe
+ :target: https://github.com/OCA/queue/tree/19.0/queue_job_subscribe
:alt: OCA/queue
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_subscribe
+ :target: https://translation.odoo-community.org/projects/queue-19-0/queue-19-0-queue_job_subscribe
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=19.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -53,7 +53,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues Queue Job Subscribe
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:dad459b8a0a33d0be9cba5350c77a9ae1c891c880940d16d0103f18545601ab2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Bug Tracker
Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-This module is part of the OCA/queue project on GitHub.
+This module is part of the OCA/queue project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.