Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Base
Entity: ir.cron
Description: Scheduled Actions
Delegated inherits (_inherits):
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| cron_name | Name | Char | - | _compute_cron_name |
| failure_count | Integer | - | ||
| first_failure_date | First Failure Date | Datetime | - | |
| interval_number | Integer | - | ||
| interval_type | Interval Unit | Selection | - | |
| ir_actions_server_id | Server action | Many-to-One | ir.actions.server | |
| lastcall | Last Execution Date | Datetime | - | |
| nextcall | Next Execution Date | Datetime | - | |
| priority | Integer | - | ||
| user_id | Scheduler User | Many-to-One | res.users |
