Update mail_optional_follower_notification/models/mail_thread.py
Co-authored-by: Isabelle RICHARD <isabelle.richard@smile.fr>
This commit is contained in:
parent
9a71d7c4f2
commit
c176c7e9f7
@ -14,13 +14,13 @@ Mail optional follower notification
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/social/tree/12.0/mail_optional_follower_notification
|
||||
:target: https://github.com/OCA/social/tree/13.0/mail_optional_follower_notification
|
||||
:alt: OCA/social
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_follower_notification
|
||||
:target: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_optional_follower_notification
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/205/12.0
|
||||
:target: https://runbot.odoo-community.org/runbot/205/13.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
@ -42,10 +42,10 @@ document and" on mail.compose.message:
|
||||
|
||||
This field it's initialized to true to keep the standard behavior.
|
||||
|
||||
.. figure:: https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_001.png
|
||||
.. figure:: https://raw.githubusercontent.com/OCA/social/13.0/mail_optional_follower_notification/static/description/optional_follower_001.png
|
||||
:alt: Default checkbox
|
||||
|
||||
.. figure:: https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_002.png
|
||||
.. figure:: https://raw.githubusercontent.com/OCA/social/13.0/mail_optional_follower_notification/static/description/optional_follower_002.png
|
||||
:alt: Checkbox to avoid to notify automatically followers
|
||||
|
||||
Bug Tracker
|
||||
@ -54,7 +54,7 @@ Bug Tracker
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2013.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.
|
||||
|
||||
@ -86,6 +86,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/social <https://github.com/OCA/social/tree/12.0/mail_optional_follower_notification>`_ project on GitHub.
|
||||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/13.0/mail_optional_follower_notification>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/social",
|
||||
"category": "Social Network",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "13.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["mail"],
|
||||
"data": ["wizard/mail_compose_message_view.xml"],
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "ተባባሪ"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "ተባባሪ"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "الشريك"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "الشريك"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Партньор"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Партньор"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,12 @@ msgid "Email composition wizard"
|
||||
msgstr "Assistent per composició de correus electrònics"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Missatge"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Missatge"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Společník"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Společník"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,35 +20,39 @@ msgstr ""
|
||||
"X-Generator: Weblate 3.3\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\""
|
||||
"color: red;\"> - Warnung : Abonnenten werden nicht benachrichtigt! Aber sie "
|
||||
"können die Benachrichtigung direkt über das Dokument einsehen (wenn sie "
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warnung : Abonnenten werden nicht benachrichtigt! Aber "
|
||||
"sie können die Benachrichtigung direkt über das Dokument einsehen (wenn sie "
|
||||
"berechtigt sind).</span>"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgstr "Assistent zum Email verfassen"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Nachricht"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
#, fuzzy
|
||||
msgid "Notify Followers"
|
||||
msgstr "Abonnenten benachrichtigen"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Nachricht"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Συνεργάτης"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Συνεργάτης"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,12 @@ msgid "Email composition wizard"
|
||||
msgstr "Asistente composición Correo Electrónico"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Mensaje"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Mensaje"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr "Asistente de redacción de E-mail"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Mensaje"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Mensaje"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Kidea"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Kidea"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Kumppani"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Kumppani"
|
||||
|
@ -20,35 +20,39 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\">- Attention : les abonnés ne seront pas notifié mais ils "
|
||||
"peuvent avoir accès à la notification directement depuis le document (si ils "
|
||||
"sont autorisés à le faire) </span>"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgstr "Assistant de composition de courriel"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
#, fuzzy
|
||||
msgid "Notify Followers"
|
||||
msgstr "Notifier les abonnés"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partenaire"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Message"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partenaire"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partenaire"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partenaire"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partenaire"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partenaire"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Empresa"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Empresa"
|
||||
|
@ -21,12 +21,19 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -35,17 +42,12 @@ msgid "Email composition wizard"
|
||||
msgstr "Čarobnjak za sastavljanje maila"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Poruka"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Poruka"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -21,12 +21,19 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -35,17 +42,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,35 +20,39 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Attenzione: i follower non verranno notificati ma "
|
||||
"potranno accedere accedere alle notifiche direttamente dal documento (se "
|
||||
"autorizzati)</span>"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgstr "Wizard Creazione Email"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Messaggio"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
#, fuzzy
|
||||
msgid "Notify Followers"
|
||||
msgstr "Notifica Follower"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Messaggio"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "パートナ"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "パートナ"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partneris"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partneris"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"2);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partneris"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partneris"
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Project-Id-Version: Odoo Server 13.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -15,12 +15,15 @@ msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : Followers will not be notified but they can access the notification directly from the document (if they are allowed to)</span>"
|
||||
msgid ""
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : Followers will not be notified but they can access the notification directly from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Contact"
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -28,13 +31,7 @@ msgstr ""
|
||||
msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Партнер"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Партнер"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Харилцагч"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Харилцагч"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,12 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Melding"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Melding"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,12 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Bericht"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Bericht"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Relatie"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Relatie"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,12 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Bericht"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Bericht"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -21,12 +21,19 @@ msgstr ""
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -35,17 +42,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -21,35 +21,39 @@ msgstr ""
|
||||
"X-Generator: Weblate 3.7.1\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\""
|
||||
"color: red;\"> - Aviso: os seguidores não serão notificados mas poderão "
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Aviso: os seguidores não serão notificados mas poderão "
|
||||
"aceder à notificação diretamente a partir do documento (se para isso tiverem "
|
||||
"permissão)</span>"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgstr "Assistente de composição de email"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
#, fuzzy
|
||||
msgid "Notify Followers"
|
||||
msgstr "Notificar seguidores"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Parceiro"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Mensagem"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Parceiro"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,12 @@ msgid "Email composition wizard"
|
||||
msgstr "Assistente de Composição de Email"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Parceiro"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Mensagem"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Parceiro"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Parceiro"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Parceiro"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"2:1));\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partener"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partener"
|
||||
|
@ -21,12 +21,19 @@ msgstr ""
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -35,17 +42,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Контрагент"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Контрагент"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,13 @@ msgid "Email composition wizard"
|
||||
msgstr "Čarovnik za sestavljanje e-pošte"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Sporočilo"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
#, fuzzy
|
||||
msgid "Notify Followers"
|
||||
msgstr "Obvesti sledilce"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "Sporočilo"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -21,12 +21,19 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -35,17 +42,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Partner"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Företag"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Företag"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "พาร์ทเนอร์"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "พาร์ทเนอร์"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,12 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "İleti"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "İş Ortağı"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "İleti"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "İş Ortağı"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,12 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "İleti"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Ortak"
|
||||
#~ msgid "Message"
|
||||
#~ msgstr "İleti"
|
||||
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Ortak"
|
||||
|
@ -19,12 +19,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -33,17 +40,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "Đối tác"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "Đối tác"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "业务伙伴"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "业务伙伴"
|
||||
|
@ -20,12 +20,19 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
"<span name=\"document_followers_text\" position=\"after\">\n"
|
||||
" <span name=\"no_followers_text\" attrs=\"{'invisible': "
|
||||
"[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
|
||||
"Followers will not be notified but they can access the notification directly "
|
||||
"from the document (if they are allowed to)</span>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
|
||||
msgid "Email Thread"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
@ -34,17 +41,9 @@ msgid "Email composition wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
|
||||
msgid "Notify Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr "夥伴"
|
||||
#~ msgid "Partner"
|
||||
#~ msgstr "夥伴"
|
||||
|
@ -11,7 +11,9 @@ class MailThread(models.AbstractModel):
|
||||
""" Compute recipients to notify based on subtype and followers. This
|
||||
method returns data structured as expected for ``_notify_recipients``. """
|
||||
recipient_data = super()._notify_compute_recipients(message, msg_vals)
|
||||
if not self.env.context.get("notify_followers", False):
|
||||
if "notify_followers" in self.env.context and not self.env.context.get(
|
||||
"notify_followers", False
|
||||
):
|
||||
# filter out all the followers
|
||||
pids = (
|
||||
msg_vals.get("partner_ids", [])
|
||||
|
@ -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/social/tree/12.0/mail_optional_follower_notification"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_follower_notification"><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/205/12.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/social/tree/13.0/mail_optional_follower_notification"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_optional_follower_notification"><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/205/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds the possibility to choose if you want to automatically
|
||||
notify followers on mail.compose.message. By default, Odoo notify
|
||||
automatically all followers.</p>
|
||||
@ -390,10 +390,10 @@ automatically all followers.</p>
|
||||
document and” on mail.compose.message:</p>
|
||||
<p>This field it’s initialized to true to keep the standard behavior.</p>
|
||||
<div class="figure">
|
||||
<img alt="Default checkbox" src="https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_001.png" />
|
||||
<img alt="Default checkbox" src="https://raw.githubusercontent.com/OCA/social/13.0/mail_optional_follower_notification/static/description/optional_follower_001.png" />
|
||||
</div>
|
||||
<div class="figure">
|
||||
<img alt="Checkbox to avoid to notify automatically followers" src="https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_002.png" />
|
||||
<img alt="Checkbox to avoid to notify automatically followers" src="https://raw.githubusercontent.com/OCA/social/13.0/mail_optional_follower_notification/static/description/optional_follower_002.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
@ -401,7 +401,7 @@ document and” on mail.compose.message:</p>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/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/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2012.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/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2013.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">
|
||||
@ -427,7 +427,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/social/tree/12.0/mail_optional_follower_notification">OCA/social</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/13.0/mail_optional_follower_notification">OCA/social</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>
|
||||
|
Loading…
Reference in New Issue
Block a user