OpenERP 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 ${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.'} +${ctx.get('job_exception') and ctx.get('job_exception').value or ctx.get('job_exception') or 'Failed to get the error message from the context.'|e} ++${ctx.get('traceback')|e} ++
You may check the logs of the Odoo server to get more information about this failure.
Properties of the scheduler ${object.name or ''} :