[MIG] fetchmail_notify_error_to_sender: Migration to 14.0

pull/2982/head
hkapatel 2021-06-07 18:59:02 +05:30 committed by BT-cjimeno
parent 9761d1d1d7
commit 7d06848774
No known key found for this signature in database
18 changed files with 238 additions and 20 deletions

View File

@ -14,13 +14,13 @@ Fetchmail Notify Error to Sender
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/13.0/fetchmail_notify_error_to_sender
:target: https://github.com/OCA/server-tools/tree/14.0/fetchmail_notify_error_to_sender
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-fetchmail_notify_error_to_sender
:target: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-fetchmail_notify_error_to_sender
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/149/13.0
:target: https://runbot.odoo-community.org/runbot/149/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@ -55,7 +55,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20fetchmail_notify_error_to_sender%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20fetchmail_notify_error_to_sender%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
@ -76,6 +76,7 @@ Contributors
* Hai Dinh <haidd.uit@gmail.com> (migration to V11)
* Nedas Zilinskas <nedas.zilinskas@xpansa.com> (Ventor, Xpansa Group <https://ventor.tech/>)
* Denis Valenchyts <denis@ventor.tech> (VentorTech OU <https://ventor.tech>)
* Helly kapatel <helly.kapatel@initos.com>
Maintainers
~~~~~~~~~~~
@ -90,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/13.0/fetchmail_notify_error_to_sender>`_ project on GitHub.
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/14.0/fetchmail_notify_error_to_sender>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -6,7 +6,7 @@
{
"name": "Fetchmail Notify Error to Sender",
"summary": "If fetching mails gives error, send an email to sender",
"version": "13.0.2.0.0",
"version": "14.0.1.0.0",
"category": "Tools",
"author": "Agile Business Group,ForgeFlow,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",

View File

@ -10,7 +10,6 @@
>Receiving error with: ${ctx.get('sender_message').get('subject')|safe}</field>
<field name="model_id" ref="fetchmail.model_fetchmail_server" />
<field name="auto_delete" eval="True" />
<field name="user_signature" eval="True" />
<field name="lang">${ctx.get('lang')}</field>
<field
name="body_html"

View File

@ -34,6 +34,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -44,11 +50,23 @@ msgstr "Tema del Correu electrònic "
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -34,6 +34,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -44,11 +50,23 @@ msgstr ""
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -76,6 +76,12 @@ msgstr ""
"</div>\n"
" "
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -86,11 +92,23 @@ msgstr "Hilo correo electrónico"
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@ -28,6 +28,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -38,11 +44,23 @@ msgstr ""
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -45,6 +45,12 @@ msgstr ""
"<p><i>${ctx.get('route_exception').message}</i></p>\n"
"</div>"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -55,11 +61,23 @@ msgstr "Discussion de courriel"
msgid "Error notice template"
msgstr "Erreur dans le modèle de notice"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -35,6 +35,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -45,11 +51,23 @@ msgstr ""
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -46,6 +46,12 @@ msgstr ""
"</div>\n"
" "
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -56,11 +62,23 @@ msgstr "Discussione Mail"
msgid "Error notice template"
msgstr "Template Notifica Errore"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
"PO-Revision-Date: 2019-09-03 01:23+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
"23907/pt_BR/)\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -38,16 +38,22 @@ msgstr ""
"\n"
" <div>\n"
" <p>Olá, ${ctx.get ('sender_message'). get ('from')},</p>\n"
" <p>ocorreu um problema com seu e-mail: "
"<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
" <p>Talvez você tenha usado um endereço de destinatário "
"errado?</p>\n"
" <p>ocorreu um problema com seu e-mail: <i>${ctx."
"get('sender_message').get('subject')}</i></p>\n"
" <p>Talvez você tenha usado um endereço de destinatário errado?</"
"p>\n"
" <p><br/></p>\n"
" <p>Detalhes técnicos:</p>\n"
" <p><i>${ctx.get('route_exception')}}</i></p>\n"
" </div>\n"
" "
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -58,11 +64,23 @@ msgstr "Tópico de E-mail"
msgid "Error notice template"
msgstr "Modelo de aviso de erro"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr "Servidor de Entrada de E-mail"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -34,6 +34,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -44,11 +50,23 @@ msgstr "Tópico de Email"
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -35,6 +35,12 @@ msgid ""
" "
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -45,11 +51,23 @@ msgstr ""
msgid "Error notice template"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -46,6 +46,12 @@ msgstr ""
"</div>\n"
" "
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -56,11 +62,23 @@ msgstr "Eposta konuşması"
msgid "Error notice template"
msgstr "Hata bildirim şablonu"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -38,8 +38,8 @@ msgstr ""
"\n"
" <div>\n"
" <p>你好${ctx.get('sender_message').get('from')},</p>\n"
" "
"<p>我们的电子邮件出了问题:<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
" <p>我们的电子邮件出了问题:<i>${ctx.get('sender_message')."
"get('subject')}</i></p>\n"
" <p>也许您使用了错误的收件人地址?</p>\n"
" <p><br/></p>\n"
" <p>技术细节:</p>\n"
@ -47,6 +47,12 @@ msgstr ""
" </div>\n"
" "
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__display_name
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__display_name
msgid "Display Name"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
msgid "Email Thread"
@ -57,11 +63,23 @@ msgstr "Email线程"
msgid "Error notice template"
msgstr "错误通知模板"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__id
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread__id
msgid "ID"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
msgid "Incoming Mail Server"
msgstr "接收邮件服务器"
#. module: fetchmail_notify_error_to_sender
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server____last_update
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_mail_thread____last_update
msgid "Last Modified on"
msgstr ""
#. module: fetchmail_notify_error_to_sender
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"

View File

@ -27,7 +27,7 @@ class MailThread(models.AbstractModel):
raise ve
fetchmail_server = (
self.env["fetchmail.server"]
.with_context({"sender_message": message, "route_exception": ve})
.with_context(sender_message=message, route_exception=ve)
.browse(fetchmail_server_id)
)
if not fetchmail_server.error_notice_template_id:

View File

@ -3,3 +3,4 @@
* Hai Dinh <haidd.uit@gmail.com> (migration to V11)
* Nedas Zilinskas <nedas.zilinskas@xpansa.com> (Ventor, Xpansa Group <https://ventor.tech/>)
* Denis Valenchyts <denis@ventor.tech> (VentorTech OU <https://ventor.tech>)
* Helly kapatel <helly.kapatel@initos.com>

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-tools/tree/13.0/fetchmail_notify_error_to_sender"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-fetchmail_notify_error_to_sender"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/149/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-tools/tree/14.0/fetchmail_notify_error_to_sender"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-fetchmail_notify_error_to_sender"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/149/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>If fetchmail is not able to correctly route an email, the email is
“silently” lost (you get an error message in server log).</p>
<p>For example, if you configure odoo mail system to route received emails
@ -402,7 +402,7 @@ correctly process the received email.</p>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20fetchmail_notify_error_to_sender%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20fetchmail_notify_error_to_sender%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@ -422,6 +422,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Hai Dinh &lt;<a class="reference external" href="mailto:haidd.uit&#64;gmail.com">haidd.uit&#64;gmail.com</a>&gt; (migration to V11)</li>
<li>Nedas Zilinskas &lt;<a class="reference external" href="mailto:nedas.zilinskas&#64;xpansa.com">nedas.zilinskas&#64;xpansa.com</a>&gt; (Ventor, Xpansa Group &lt;<a class="reference external" href="https://ventor.tech/">https://ventor.tech/</a>&gt;)</li>
<li>Denis Valenchyts &lt;<a class="reference external" href="mailto:denis&#64;ventor.tech">denis&#64;ventor.tech</a>&gt; (VentorTech OU &lt;<a class="reference external" href="https://ventor.tech">https://ventor.tech</a>&gt;)</li>
<li>Helly kapatel &lt;<a class="reference external" href="mailto:helly.kapatel&#64;initos.com">helly.kapatel&#64;initos.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
@ -431,7 +432,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/13.0/fetchmail_notify_error_to_sender">OCA/server-tools</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/14.0/fetchmail_notify_error_to_sender">OCA/server-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>