Inactivity Periods for Cron Jobs

cron_inactivity_period
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/12.0/cron_inactivity_period
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSOCA-git-bot, Tom Blauwendraat, oca-ci, Ioan Galan (Studio73)
WEBSITE
WEBSITEhttps://github.com/OCA/server-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_ir_cron_form ir.cron xpath Inherits base.ir_cron_view_form
Models touched (2)

New fields (1)
  • inactivity_period_ids One2many → ir.cron.inactivity.period
    comodel_name='ir.cron.inactivity.period' inverse_name='cron_id' string='Inactivity Periods'
Public methods (0)

No public methods.

New fields (4)
  • cron_id Many2one → ir.cron
    comodel_name='ir.cron' ondelete='cascade' required=True
  • inactivity_hour_begin Float
    default=0 string='Begin Hour'
  • inactivity_hour_end Float
    default=1 string='End Hour'
  • type Selection
    default='hour' required=True selection=[('hour', 'Hour')] string='Type'
Public methods (0)

No public methods.

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_inactivity_period
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSPedro M. Baeza, oca-travis
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

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

New fields (1)
  • inactivity_period_ids One2many → ir.cron.inactivity.period
    comodel_name='ir.cron.inactivity.period' inverse_name='cron_id' string='Inactivity Periods'
Public methods (0)

No public methods.

New fields (4)
  • cron_id Many2one → ir.cron
    comodel_name='ir.cron' ondelete='cascade' required=True
  • inactivity_hour_begin Float
    default=0 string='Begin Hour'
  • inactivity_hour_end Float
    default=1 string='End Hour'
  • type Selection
    default='hour' required=True selection=_SELECTION_TYPE string='Type'
Public methods (0)

No public methods.