diff --git a/scheduler_error_mailer/__manifest__.py b/scheduler_error_mailer/__manifest__.py index 92e61ac59..1ddd01b19 100644 --- a/scheduler_error_mailer/__manifest__.py +++ b/scheduler_error_mailer/__manifest__.py @@ -6,7 +6,7 @@ { 'name': 'Scheduler Error Mailer', - 'version': '12.0.1.0.0', + 'version': '12.0.1.1.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'author': "Akretion,Sodexis,Odoo Community Association (OCA)", diff --git a/scheduler_error_mailer/data/ir_cron_email_tpl.xml b/scheduler_error_mailer/data/ir_cron_email_tpl.xml index a6696e59f..14563fba6 100644 --- a/scheduler_error_mailer/data/ir_cron_email_tpl.xml +++ b/scheduler_error_mailer/data/ir_cron_email_tpl.xml @@ -18,7 +18,7 @@
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') 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.
diff --git a/scheduler_error_mailer/i18n/de.po b/scheduler_error_mailer/i18n/de.po index 62e2afddb..444f2a1d1 100644 --- a/scheduler_error_mailer/i18n/de.po +++ b/scheduler_error_mailer/i18n/de.po @@ -31,8 +31,8 @@ msgid "" "message :\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to " -"get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the " +"context.'}\n" "\n" "\n" "You may check the logs of the Odoo server to get more information about " diff --git a/scheduler_error_mailer/i18n/es.po b/scheduler_error_mailer/i18n/es.po index e920355fc..162536d5e 100644 --- a/scheduler_error_mailer/i18n/es.po +++ b/scheduler_error_mailer/i18n/es.po @@ -32,8 +32,8 @@ msgid "" "message :
\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to " -"get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the " +"context.'}\n" "\n" "\n" "You may check the logs of the Odoo server to get more information about "
diff --git a/scheduler_error_mailer/i18n/fr.po b/scheduler_error_mailer/i18n/fr.po
new file mode 100644
index 000000000..ad43b27f3
--- /dev/null
+++ b/scheduler_error_mailer/i18n/fr.po
@@ -0,0 +1,173 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * scheduler_error_mailer
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 12.0\n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: 2021-10-20 11:12+0000\n"
+"Last-Translator: Yann Papouin Odoo tried to run the scheduler ${object.name or ''} in the "
+"database ${ctx.get('dbname')} but it failed. Here is the error "
+"message : You may check the logs of the Odoo server to get more information about "
+"this failure. Properties of the scheduler ${object.name or ''} : \n"
+"-- Odoo tried to run the scheduler ${object.name or ''} in the "
+#~ "database ${ctx.get('dbname')} but it failed. Here is the error "
+#~ "message : You may check the logs of the Odoo server to get more information "
+#~ "about this failure. Properties of the scheduler ${object.name or ''} : \n"
+#~ "-- Odoo a essayé d’exécuter le planificateur ${object.name ou ''}"
+#~ "em> dans la base de données ${ctx.get('dbname')} mais cela a "
+#~ "échoué. Voici le message d’erreur : Vous pouvez consulter les journaux du serveur Odoo pour obtenir plus "
+#~ "d’informations sur cette défaillance. Propriétés du planificateur ${object.name ou ''} : \n"
+#~ "-- \n"
+"
\n"
+"\n"
+"
\n"
+"Automatic e-mail sent by Odoo. Do not reply.
\n"
+"Database : ${ctx.get('dbname')}\n"
+"\n"
+#~ "
\n"
+#~ "\n"
+#~ "
\n"
+#~ "Automatic e-mail sent by Odoo. Do not reply.
\n"
+#~ "Database : ${ctx.get('dbname')}\n"
+#~ "\n"
+#~ "
\n"
+#~ "\n"
+#~ "
\n"
+#~ "E-mail automatique envoyé par Odoo. Ne pas répondre.
\n"
+#~ "Base de données : ${ctx.get('dbname')}\n"
+#~ "
You may check the logs of the Odoo server to get more information about " diff --git a/scheduler_error_mailer/i18n/pt.po b/scheduler_error_mailer/i18n/pt.po index 5a4f479c7..f946200c9 100644 --- a/scheduler_error_mailer/i18n/pt.po +++ b/scheduler_error_mailer/i18n/pt.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * scheduler_error_mailer +# * scheduler_error_mailer # msgid "" msgstr "" @@ -18,24 +18,31 @@ msgstr "" #. module: scheduler_error_mailer #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer -msgid "\n" -" \n" -"
Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :
\n" +" \n" +"Odoo tried to run the scheduler ${object.name or ''} in the " +"database ${ctx.get('dbname')} but it failed. Here is the error " +"message :
\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the " +"context.'}\n" "\n" "\n" -"You may check the logs of the Odoo server to get more information about this failure.
\n" +"You may check the logs of the Odoo server to get more information about " +"this failure.
\n" "\n" "Properties of the scheduler ${object.name or ''} :
\n" "You may check the logs of the Odoo server to get more information about " @@ -61,43 +61,6 @@ msgid "" " \n" " " msgstr "" -"\n" -" \n" -"
Odoo tentou executar o agendador${object.name ou ''}no banco de " -"dados${ctx.get ('dbname')}, mas falhou. Aqui está a mensagem de " -"erro:
\n" -"\n" -"\n" -"${ctx.get ('job_exception') e ctx.get ('job_exception'). value ou 'Falha ao " -"obter a mensagem de erro do contexto.'}\n" -"\n" -"\n" -"Você pode verificar os logs do servidor Odoo para obter mais informações " -"sobre esta falha.
\n" -"\n" -"Propriedades do planejador${object.name ou''}:
\n" -"\n"
-"--
\n"
-"Email automático enviado pelo Odoo. Não responda.
\n"
-"Banco de Dados: ${ctx.get ('dbname')}\n"
-"
Odoo tried to run the scheduler ${object.name or ''} in the " +#~ "database ${ctx.get('dbname')} but it failed. Here is the error " +#~ "message :
\n" +#~ "\n" +#~ "\n" +#~ "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed " +#~ "to get the error message from the context.'}\n" +#~ "\n" +#~ "\n" +#~ "You may check the logs of the Odoo server to get more information " +#~ "about this failure.
\n" +#~ "\n" +#~ "Properties of the scheduler ${object.name or ''} :
\n" +#~ "\n"
+#~ "--
\n"
+#~ "Automatic e-mail sent by Odoo. Do not reply.
\n"
+#~ "Database : ${ctx.get('dbname')}\n"
+#~ "
Odoo tentou executar o agendador${object.name ou ''}no banco " +#~ "de dados${ctx.get ('dbname')}, mas falhou. Aqui está a mensagem " +#~ "de erro:
\n" +#~ "\n" +#~ "\n" +#~ "${ctx.get ('job_exception') e ctx.get ('job_exception'). value ou 'Falha " +#~ "ao obter a mensagem de erro do contexto.'}\n" +#~ "\n" +#~ "\n" +#~ "Você pode verificar os logs do servidor Odoo para obter mais " +#~ "informações sobre esta falha.
\n" +#~ "\n" +#~ "Propriedades do planejador${object.name ou''}:
\n" +#~ "\n"
+#~ "--
\n"
+#~ "Email automático enviado pelo Odoo. Não responda.
\n"
+#~ "Banco de Dados: ${ctx.get ('dbname')}\n"
+#~ "
Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :
\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the context.'}\n" "\n" "\n" "You may check the logs of the Odoo server to get more information about this failure.
\n" diff --git a/scheduler_error_mailer/i18n/sl.po b/scheduler_error_mailer/i18n/sl.po index 96b252f6b..b53fdd937 100644 --- a/scheduler_error_mailer/i18n/sl.po +++ b/scheduler_error_mailer/i18n/sl.po @@ -32,8 +32,8 @@ msgid "" "message :\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to " -"get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the " +"context.'}\n" "\n" "\n" "You may check the logs of the Odoo server to get more information about " diff --git a/scheduler_error_mailer/i18n/zh_CN.po b/scheduler_error_mailer/i18n/zh_CN.po index 5335ed154..024e63f3f 100644 --- a/scheduler_error_mailer/i18n/zh_CN.po +++ b/scheduler_error_mailer/i18n/zh_CN.po @@ -33,8 +33,8 @@ msgid "" "message :
\n" "\n" "\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to " -"get the error message from the context.'}\n" +"${ctx.get('job_exception') or 'Failed to get the error message from the " +"context.'}\n" "\n" "\n" "You may check the logs of the Odoo server to get more information about " @@ -61,40 +61,6 @@ msgid "" " \n" " " msgstr "" -"\n" -" \n" -"
Odoo试图运行调度程序 ${object.name or ''} 在数据库中 " -"${ctx.get('dbname')} 但它失败了。这是错误消息 :
\n" -"\n" -"\n" -"${ctx.get('job_exception') and ctx.get('job_exception').value or " -"'无法从上下文中获取错误消息.'}\n" -"\n" -"\n" -"您可以检查Odoo服务器的日志以获取有关此故障的更多信息.
\n" -"\n" -"调度程序的属性 ${object.name or ''} :
\n" -"\n"
-"--
\n"
-"Odoo发送的自动电子邮件。请勿回复。
\n"
-"数据库: ${ctx.get('dbname')}\n"
-"
Odoo tried to run the scheduler ${object.name or ''} in the " +#~ "database ${ctx.get('dbname')} but it failed. Here is the error " +#~ "message :
\n" +#~ "\n" +#~ "\n" +#~ "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed " +#~ "to get the error message from the context.'}\n" +#~ "\n" +#~ "\n" +#~ "You may check the logs of the Odoo server to get more information " +#~ "about this failure.
\n" +#~ "\n" +#~ "Properties of the scheduler ${object.name or ''} :
\n" +#~ "\n"
+#~ "--
\n"
+#~ "Automatic e-mail sent by Odoo. Do not reply.
\n"
+#~ "Database : ${ctx.get('dbname')}\n"
+#~ "
Odoo试图运行调度程序 ${object.name or ''} 在数据库中 " +#~ "${ctx.get('dbname')} 但它失败了。这是错误消息 :
\n" +#~ "\n" +#~ "\n" +#~ "${ctx.get('job_exception') and ctx.get('job_exception').value or '无法从上" +#~ "下文中获取错误消息.'}\n" +#~ "\n" +#~ "\n" +#~ "您可以检查Odoo服务器的日志以获取有关此故障的更多信息.
\n" +#~ "\n" +#~ "调度程序的属性 ${object.name or ''} :
\n" +#~ "\n"
+#~ "--
\n"
+#~ "Odoo发送的自动电子邮件。请勿回复。
\n"
+#~ "数据库: ${ctx.get('dbname')}\n"
+#~ "