-Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :
+Odoo tried to run the scheduler in the database but it failed. Here is the error message :
-${ctx.get('job_exception') 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 ''} :
+Properties of the scheduler :
-- Model : ${object.model_id.name or ''}
-- Python code :
${object.code 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 ''}
+- Model :
+- Python code :
+- Interval :
+- Number of calls :
+- Repeat missed :
+- User :
--
Automatic e-mail sent by Odoo. Do not reply.
-Database : ${ctx.get('dbname')}
+Database :
]]>
-
-