Skip to content

Commit fe0bba3

Browse files
committed
[BOT] post-merge updates
1 parent b812c07 commit fe0bba3

File tree

4 files changed

+30
-20
lines changed

4 files changed

+30
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
2424
[base_import_async](base_import_async/) | 18.0.1.0.0 | | Import CSV files in the background
2525
[queue_job](queue_job/) | 18.0.1.5.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
2626
[queue_job_batch](queue_job_batch/) | 18.0.1.0.0 | | Job Queue Batch
27-
[queue_job_cron](queue_job_cron/) | 18.0.1.1.0 | | Scheduled Actions as Queue Jobs
27+
[queue_job_cron](queue_job_cron/) | 18.0.1.1.1 | | Scheduled Actions as Queue Jobs
2828
[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 18.0.1.0.0 | <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
2929
[queue_job_subscribe](queue_job_subscribe/) | 18.0.1.0.0 | | Control which users are subscribed to queue job notifications
3030
[test_queue_job](test_queue_job/) | 18.0.1.0.1 | | Queue Job Tests

queue_job_cron/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===============================
26
Scheduled Actions as Queue Jobs
37
===============================
@@ -7,13 +11,13 @@ Scheduled Actions as Queue Jobs
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f60ceee0fe0f89efc0c8e032cecd8fab6b3cd80fde8f419fd5b99f8563a892b1
14+
!! source digest: sha256:61571266d30481c36fe1d1751209760e580f0fdd528d8a39b9610f37a442c920
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github

queue_job_cron/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Scheduled Actions as Queue Jobs",
6-
"version": "18.0.1.1.0",
6+
"version": "18.0.1.1.1",
77
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/queue",
99
"license": "AGPL-3",

queue_job_cron/static/description/index.html

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Scheduled Actions as Queue Jobs</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="scheduled-actions-as-queue-jobs">
364-
<h1 class="title">Scheduled Actions as Queue Jobs</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="scheduled-actions-as-queue-jobs">
370+
<h1>Scheduled Actions as Queue Jobs</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f60ceee0fe0f89efc0c8e032cecd8fab6b3cd80fde8f419fd5b99f8563a892b1
375+
!! source digest: sha256:61571266d30481c36fe1d1751209760e580f0fdd528d8a39b9610f37a442c920
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/queue/tree/18.0/queue_job_cron"><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_cron"><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="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/queue/tree/18.0/queue_job_cron"><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_cron"><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>
373378
<p>This module extends the functionality of queue_job and allows to run an
374379
Odoo cron as a queue job.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -395,14 +400,14 @@ <h1 class="title">Scheduled Actions as Queue Jobs</h1>
395400
</ul>
396401
</div>
397402
<div class="section" id="installation">
398-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
403+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
399404
<p>To install this module, you need to:</p>
400405
<ol class="arabic simple">
401406
<li>Just install it.</li>
402407
</ol>
403408
</div>
404409
<div class="section" id="usage">
405-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
406411
<p>To use this module, you need to:</p>
407412
<p>#. Go to a scheduled action, a flag “Run as queue job” will allow you to
408413
run the action as a queue job. You will also allowed to select a channel
@@ -414,11 +419,11 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
414419
to 1 at time.</p>
415420
</div>
416421
<div class="section" id="changelog">
417-
<h1><a class="toc-backref" href="#toc-entry-3">Changelog</a></h1>
422+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
418423
<div class="section" id="section-1">
419-
<h2><a class="toc-backref" href="#toc-entry-4">18.0.1.1.0 (2025-01-16)</a></h2>
424+
<h3><a class="toc-backref" href="#toc-entry-4">18.0.1.1.0 (2025-01-16)</a></h3>
420425
<div class="section" id="features">
421-
<h3><a class="toc-backref" href="#toc-entry-5">Features</a></h3>
426+
<h4><a class="toc-backref" href="#toc-entry-5">Features</a></h4>
422427
<ul>
423428
<li><p class="first">By default prevent parallel run of the same cron job when run as queue
424429
job.</p>
@@ -436,23 +441,23 @@ <h3><a class="toc-backref" href="#toc-entry-5">Features</a></h3>
436441
</div>
437442
</div>
438443
<div class="section" id="bug-tracker">
439-
<h1><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h1>
444+
<h2><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h2>
440445
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/queue/issues">GitHub Issues</a>.
441446
In case of trouble, please check there if your issue has already been reported.
442447
If you spotted it first, help us to smash it by providing a detailed and welcomed
443448
<a class="reference external" href="https://github.com/OCA/queue/issues/new?body=module:%20queue_job_cron%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
444449
<p>Do not contact contributors directly about support or help with technical issues.</p>
445450
</div>
446451
<div class="section" id="credits">
447-
<h1><a class="toc-backref" href="#toc-entry-7">Credits</a></h1>
452+
<h2><a class="toc-backref" href="#toc-entry-7">Credits</a></h2>
448453
<div class="section" id="authors">
449-
<h2><a class="toc-backref" href="#toc-entry-8">Authors</a></h2>
454+
<h3><a class="toc-backref" href="#toc-entry-8">Authors</a></h3>
450455
<ul class="simple">
451456
<li>ACSONE SA/NV</li>
452457
</ul>
453458
</div>
454459
<div class="section" id="contributors">
455-
<h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
460+
<h3><a class="toc-backref" href="#toc-entry-9">Contributors</a></h3>
456461
<ul class="simple">
457462
<li>Cédric Pigeon &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</li>
458463
<li>Nguyen Minh Chien &lt;<a class="reference external" href="mailto:chien&#64;trobz.com">chien&#64;trobz.com</a>&gt;</li>
@@ -461,12 +466,12 @@ <h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
461466
</ul>
462467
</div>
463468
<div class="section" id="other-credits">
464-
<h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
469+
<h3><a class="toc-backref" href="#toc-entry-10">Other credits</a></h3>
465470
<p>The migration of this module from 17.0 to 18.0 was financially supported
466471
by Camptocamp.</p>
467472
</div>
468473
<div class="section" id="maintainers">
469-
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
474+
<h3><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h3>
470475
<p>This module is maintained by the OCA.</p>
471476
<a class="reference external image-reference" href="https://odoo-community.org">
472477
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -479,5 +484,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
479484
</div>
480485
</div>
481486
</div>
487+
</div>
482488
</body>
483489
</html>

0 commit comments

Comments
 (0)