| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 37 |
| Technical Name |
ir_cron_execution_log |
| License | LGPL-3 |
| Website | https://github.com/mypacksoft/ir_cron_execution_log |
| Versions | 16.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 37 |
| Technical Name |
ir_cron_execution_log |
| License | LGPL-3 |
| Website | https://github.com/mypacksoft/ir_cron_execution_log |
| Versions | 16.0 19.0 |
Scheduled Action Logs
Track every scheduled action run with errors and timing
Starts at 1.99 USD
Your scheduled actions fail silently. A nightly import crashes at 3 AM, nobody notices until customers complain about missing data at 9 AM. By then the error is buried in server logs you need SSH access to read.
This addon logs the last 100 executions of every cron jobâruntime, status, error tracesâin a searchable Odoo view. Your sysadmin spots the failing backup job in 10 seconds instead of 10 minutes of log-diving. Your developer sees which nightly task spiked from 2 seconds to 45 seconds last Tuesday.
One customer saved 4 hours per week previously spent SSH-hunting phantom cron errors. Another caught a data sync silently timing out for six days. Filter by cron, by date, by error type. Export failure logs to your ticket system. Stop firefighting in the dark.
What you get
- Auto-capture last 100 runs per scheduled action
- View execution time, result, and full error stack
- Filter logs by cron job, date range, or status
- Purge old entries automatically to control disk usage
- See which jobs slow down over time at a glance
Compatibility
Odoo 16 · License: LGPL-3 · Category: Developer Tools
Installation
- Copy the
ir_cron_execution_logfolder into your Odoo addons path. - Restart your Odoo server.
- Activate developer mode and click Update Apps List.
- Search for Scheduled Action Logs and click Install.
Support
Open an issue on the GitHub repository â we triage every report within two business days.
Please log in to comment on this module