| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/12.0/cron_inactivity_period |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Tom Blauwendraat, oca-ci, Ioan Galan (Studio73) |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_ir_cron_form |
ir.cron | xpath | Inherits base.ir_cron_view_form |
inactivity_period_ids
One2many → ir.cron.inactivity.period
comodel_name='ir.cron.inactivity.period'
inverse_name='cron_id'
string='Inactivity Periods'
No public methods.
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/8.0/cron_inactivity_period |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, oca-travis |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_ir_cron_form |
ir.cron | field | Inherits base.ir_cron_view |
inactivity_period_ids
One2many → ir.cron.inactivity.period
comodel_name='ir.cron.inactivity.period'
inverse_name='cron_id'
string='Inactivity Periods'
No public methods.
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'
No public methods.