Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -995,5 +1000,6 @@ diff --git a/README.md b/README.md
index 14644122ad..a0d01e4ece 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
[base_export_async](base_export_async/) | 14.0.1.0.1 | | Asynchronous export with job queue
[base_import_async](base_import_async/) | 14.0.1.0.2 | | Import CSV files in the background
[export_async_schedule](export_async_schedule/) | 14.0.1.0.1 |
| Generate and send exports by emails on a schedule
-[queue_job](queue_job/) | 14.0.3.11.0 |
| Job Queue
+[queue_job](queue_job/) | 14.0.3.13.0 |
| Job Queue
[queue_job_batch](queue_job_batch/) | 14.0.1.0.2 | | Job Queue Batch
[queue_job_context](queue_job_context/) | 14.0.1.0.1 |
| Queue Job, prepare context before enqueue keys
[queue_job_cron](queue_job_cron/) | 14.0.2.0.0 | | Scheduled Actions as Queue Jobs
diff --git a/queue_job/README.rst b/queue_job/README.rst
index fa60a3e401..cc9c8a29b6 100644
--- a/queue_job/README.rst
+++ b/queue_job/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
=========
Job Queue
=========
@@ -7,13 +11,13 @@ Job Queue
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:3aacd026b8d46dea0a3a200eecd16eb6592a97b8d31a84e6155481a3e5c223c6
+ !! source digest: sha256:24bc5746fee55884d7fcb4f867d8d62ab10502eaf019f69ac5b03132c6da088b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
diff --git a/queue_job/__manifest__.py b/queue_job/__manifest__.py
index 998201cba0..2aeda46898 100644
--- a/queue_job/__manifest__.py
+++ b/queue_job/__manifest__.py
@@ -2,7 +2,7 @@
{
"name": "Job Queue",
- "version": "14.0.3.11.0",
+ "version": "14.0.3.13.0",
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/queue",
"license": "LGPL-3",
diff --git a/queue_job/i18n/de.po b/queue_job/i18n/de.po
index f0bb8cdb05..10ddd4452a 100644
--- a/queue_job/i18n/de.po
+++ b/queue_job/i18n/de.po
@@ -908,6 +908,11 @@ msgstr ""
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/i18n/es.po b/queue_job/i18n/es.po
index fdeab442e1..bbe3a4b314 100644
--- a/queue_job/i18n/es.po
+++ b/queue_job/i18n/es.po
@@ -888,6 +888,11 @@ msgstr ""
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/i18n/it.po b/queue_job/i18n/it.po
index ccb189184c..a659d5caa8 100644
--- a/queue_job/i18n/it.po
+++ b/queue_job/i18n/it.po
@@ -892,6 +892,11 @@ msgstr "Durata (s)"
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/i18n/queue_job.pot b/queue_job/i18n/queue_job.pot
index 31eddb3683..b85a205ddd 100644
--- a/queue_job/i18n/queue_job.pot
+++ b/queue_job/i18n/queue_job.pot
@@ -882,6 +882,11 @@ msgstr ""
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/i18n/ro.po b/queue_job/i18n/ro.po
index c1bb27ef03..b96a9cd281 100644
--- a/queue_job/i18n/ro.po
+++ b/queue_job/i18n/ro.po
@@ -891,6 +891,11 @@ msgstr ""
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/i18n/zh_CN.po b/queue_job/i18n/zh_CN.po
index 68746073b8..f4f8007f42 100644
--- a/queue_job/i18n/zh_CN.po
+++ b/queue_job/i18n/zh_CN.po
@@ -903,6 +903,11 @@ msgstr ""
msgid "Time required to execute this job in seconds. Average when grouped."
msgstr ""
+#. module: queue_job
+#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
+msgid "Tried many times"
+msgstr ""
+
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
msgid "Type of the exception activity on record."
diff --git a/queue_job/static/description/index.html b/queue_job/static/description/index.html
index 4f5724dfaf..8c57c58f00 100644
--- a/queue_job/static/description/index.html
+++ b/queue_job/static/description/index.html
@@ -3,7 +3,7 @@
This addon adds an integrated Job Queue to Odoo.
It allows to postpone method calls executed asynchronously.
Jobs are executed in the background by a Jobrunner, in their own transaction.
@@ -441,11 +446,11 @@To use this module, you need to:
The fast way to enqueue a job for a method is to use with_delay() on a record or model:
@@ -614,7 +619,7 @@Delaying jobs
In earlier versions, jobs could be configured using the @job decorator. This is now obsolete, they can be configured using optional queue.job.function and queue.job.channel XML records.
@@ -766,7 +771,7 @@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 @@ -954,16 +959,16 @@
Do not contact contributors directly about support or help with technical issues.