TIP: You can type at any time to perform a new search.
Scheduled Actions as Queue Jobs
queue_job_cron · OCA/queue
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → queue.job.channelcomodel_name='queue.job.channel'compute='_compute_run_as_queue_job'readonly=Falsestore=Truestring='Channel' -
no_parallel_queue_job_runBooleandefault=Truehelp='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_jobBooleanhelp='Specify if this cron should be ran as a queue job'
-
method_direct_trigger(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…