scheduler_error_mailer
This module sends error emails when scheduled jobs in Odoo fail.
Key Features
- ir.cron: Adds an email template field to scheduled jobs for configuring error notifications.
- ir.cron: Automatically sends emails to the job owner when a scheduled job raises an exception.
- ir.cron: Includes the error message, database name, and job details in the error email.
- ir.cron: Provides a default email template for scheduler error notifications.
- ir.cron: Sets the default email template for all existing scheduled jobs upon module installation.