Call cron jobs from their form view

cron_run_manually
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/8.0/cron_run_manually
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV (OpenERP S.A.)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV (OpenERP S.A.)
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Olivier LAURENT, Pedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Adil Houmadi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a button to the cron scheduled task form in OpenERP
that allows the administrator to run the job immediately, independently
of the scheduler.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
ir_cron_view ir.cron field Inherits base.ir_cron_view
ir_cron_view_tree_inherited ir.cron.tree ir.cron field Inherits base.ir_cron_view_tree
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/7.0/cron_run_manually
VERSION
VERSION 0.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTherp BV, OpenERP S.A.
MAINTAINERS
MAINTAINERSTherp BV, OpenERP S.A.
COMMITTERS
COMMITTERSYannick Vaucher, Stefan Rijnhart, Sandy Carter, Sylvain LE GAL, Launchpad Translations on behalf of server-env-tools-core-editors, Rudolf Schnapka
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a button to the cron scheduled task form in OpenERP
that allows the administrator to run the job immediately, independently
of the scheduler.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ir_cron_view ir.cron field Inherits base.ir_cron_view
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_manually(self, cr, uid, ids, context=None)
    Run a job from the cron form view. Cut and paste of code snippets from addons/base/ir/ir_cron.py
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/6.1/cron_run_manually
VERSION
VERSION 0.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTherp BV, OpenERP S.A.
MAINTAINERS
MAINTAINERSTherp BV, OpenERP S.A.
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a button to the cron scheduled task form in OpenERP
that allows the administrator to run the job immediately, independently
of the scheduler.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ir_cron_view ir.cron field Inherits base.ir_cron_view
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • run_manually(self, cr, uid, ids, context=None)
    Run a job from the cron form view. Cut and paste of code snippets from addons/base/ir/ir_cron.py