Scheduler Error ${object.user_id.email or ''} ${object.user_id.email or ''} [DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED

Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :

${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}

You may check the logs of the Odoo server to get more information about this failure.

Properties of the scheduler ${object.name or ''} :

  • Model : ${object.model or ''}
  • Method : ${object.function or ''}
  • Arguments : ${object.args or ''}
  • Interval : ${object.interval_number or '0'} ${object.interval_type or ''}
  • Number of calls : ${object.numbercall or '0'}
  • Repeat missed : ${object.doall}
  • User : ${object.user_id.name or ''}

--
Automatic e-mail sent by Odoo. Do not reply.
Database : ${ctx.get('dbname')}

]]>