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/*
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&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&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
374379Odoo 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
408413run 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>
414419to 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
424429job.</ 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 > .
441446In case of trouble, please check there if your issue has already been reported.
442447If 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 << a class ="reference external " href ="mailto:cedric.pigeon@acsone.eu "> cedric.pigeon@acsone.eu</ a > ></ li >
458463< li > Nguyen Minh Chien << a class ="reference external " href ="mailto:chien@trobz.com "> chien@trobz.com</ a > ></ 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
466471by 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