Repository
OCA/queue · module folder · Try on Runboat
Module version
1.1.1
Category
Generic Modules
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/queue
Last tracking update
2026-08-07 09:06:27
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Stéphane Bidoul
Odoo dependencies
OCA/queue:
odoo/odoo:
- web
- bus
Python dependencies
openupgradelib, requests
System dependencies
None
Required by
None
Description
This module extends the functionality of queue_job and allows to run an
Odoo cron as a queue job.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
ir_cron_view_form ir.cron.view.form (queue_job_cron) ir.cron form Inherits base.ir_cron_view_form
ir_cron_view_search ir.cron.view.search (queue_job_cron) ir.cron search Inherits base.ir_cron_view_search
ir_cron_view_tree ir.cron.view.tree (queue_job_cron) ir.cron tree Inherits base.ir_cron_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • channel_id Many2one → queue.job.channel
    comodel_name='queue.job.channel' compute='_compute_run_as_queue_job' readonly=False store=True string='Channel'
  • no_parallel_queue_job_run Boolean
    default=True help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
  • run_as_queue_job Boolean
    help='Specify if this cron should be ran as a queue job'
Public methods (1)
  • method_direct_trigger(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…