From 5cda3983896edfb573dca2a296a497590440b1b5 Mon Sep 17 00:00:00 2001 From: MonsieurB Date: Fri, 3 Feb 2017 15:24:28 +0100 Subject: [PATCH] change OpenERP with Odoo --- scheduler_error_mailer/data/ir_cron_email_tpl.xml | 4 ++-- scheduler_error_mailer/i18n/pt_BR.po | 6 +++--- scheduler_error_mailer/i18n/scheduler_error_mailer.pot | 6 +++--- scheduler_error_mailer/i18n/sl.po | 6 +++--- scheduler_error_mailer/i18n/zh_CN.po | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scheduler_error_mailer/data/ir_cron_email_tpl.xml b/scheduler_error_mailer/data/ir_cron_email_tpl.xml index 9e7316802..4e760765a 100644 --- a/scheduler_error_mailer/data/ir_cron_email_tpl.xml +++ b/scheduler_error_mailer/data/ir_cron_email_tpl.xml @@ -15,13 +15,13 @@ -

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.'} -

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

+

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

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