Update mail_optional_follower_notification/models/mail_thread.py

Co-authored-by: Isabelle RICHARD <isabelle.richard@smile.fr>
This commit is contained in:
Laurent Mignon (ACSONE) 2020-07-09 11:07:51 +02:00 committed by Robin Goots
parent 9a71d7c4f2
commit c176c7e9f7
58 changed files with 929 additions and 932 deletions

View File

@ -14,13 +14,13 @@ Mail optional follower notification
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github .. |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 :alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png .. |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 :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png .. |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 :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |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. 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 :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 :alt: Checkbox to avoid to notify automatically followers
Bug Tracker Bug Tracker
@ -54,7 +54,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_. 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. 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 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. 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 mission is to support the collaborative development of Odoo features and
promote its widespread use. 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. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -6,7 +6,7 @@
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social", "website": "https://github.com/OCA/social",
"category": "Social Network", "category": "Social Network",
"version": "13.0.1.0.0", "version": "13.0.1.0.1",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["mail"], "depends": ["mail"],
"data": ["wizard/mail_compose_message_view.xml"], "data": ["wizard/mail_compose_message_view.xml"],

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "ተባባሪ"
#: 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 "ተባባሪ"

View File

@ -20,12 +20,19 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "الشريك"
#: 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 "الشريك"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Партньор"
#: 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 "Партньор"

View File

@ -20,12 +20,19 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,12 @@ msgid "Email composition wizard"
msgstr "Assistent per composició de correus electrònics" msgstr "Assistent per composició de correus electrònics"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Missatge"
msgid "Partner"
msgstr "Empresa" #~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Společník"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -20,35 +20,39 @@ msgstr ""
"X-Generator: Weblate 3.3\n" "X-Generator: Weblate 3.3\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "Followers will not be notified but they can access the notification directly "
"from the document (if they are allowed to)</span>\n"
" </span>"
msgstr "" msgstr ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\"" "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
"color: red;\"> - Warnung : Abonnenten werden nicht benachrichtigt! Aber sie " "\"color: red;\"> - Warnung : Abonnenten werden nicht benachrichtigt! Aber "
"können die Benachrichtigung direkt über das Dokument einsehen (wenn sie " "sie können die Benachrichtigung direkt über das Dokument einsehen (wenn sie "
"berechtigt sind).</span>" "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 #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message #: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
msgid "Email composition wizard" msgid "Email composition wizard"
msgstr "Assistent zum Email verfassen" msgstr "Assistent zum Email verfassen"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" #, fuzzy
msgstr "Nachricht" msgid "Notify Followers"
#. 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 "Abonnenten benachrichtigen" msgstr "Abonnenten benachrichtigen"
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Nachricht"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Συνεργάτης"
#: 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 "Συνεργάτης"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,12 @@ msgid "Email composition wizard"
msgstr "Asistente composición Correo Electrónico" msgstr "Asistente composición Correo Electrónico"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Mensaje"
msgid "Partner"
msgstr "Empresa" #~ msgid "Partner"
#~ msgstr "Empresa"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "Asistente de redacción de E-mail" msgstr "Asistente de redacción de E-mail"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Mensaje"
msgid "Partner"
msgstr ""

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Empresa"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Empresa"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Empresa"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Empresa"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Kidea"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Kumppani"
#: 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"

View File

@ -20,35 +20,39 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "Followers will not be notified but they can access the notification directly "
"from the document (if they are allowed to)</span>\n"
" </span>"
msgstr "" msgstr ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
"\"color: red;\">- Attention : les abonnés ne seront pas notifié mais ils " "\"color: red;\">- Attention : les abonnés ne seront pas notifié mais ils "
"peuvent avoir accès à la notification directement depuis le document (si ils " "peuvent avoir accès à la notification directement depuis le document (si ils "
"sont autorisés à le faire) </span>" "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 #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message #: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
msgid "Email composition wizard" msgid "Email composition wizard"
msgstr "Assistant de composition de courriel" msgstr "Assistant de composition de courriel"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" #, fuzzy
msgstr "Message" msgid "Notify Followers"
#. 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 "Notifier les abonnés" msgstr "Notifier les abonnés"
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Message"
msgid "Partner"
msgstr "Partenaire" #~ msgid "Partner"
#~ msgstr "Partenaire"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partenaire"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partenaire"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Empresa"
#: 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"

View File

@ -21,12 +21,19 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -35,17 +42,12 @@ msgid "Email composition wizard"
msgstr "Čarobnjak za sastavljanje maila" msgstr "Čarobnjak za sastavljanje maila"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Poruka"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -21,12 +21,19 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -35,17 +42,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -20,35 +20,39 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "Followers will not be notified but they can access the notification directly "
"from the document (if they are allowed to)</span>\n"
" </span>"
msgstr "" msgstr ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
"\"color: red;\"> - Attenzione: i follower non verranno notificati ma " "\"color: red;\"> - Attenzione: i follower non verranno notificati ma "
"potranno accedere accedere alle notifiche direttamente dal documento (se " "potranno accedere accedere alle notifiche direttamente dal documento (se "
"autorizzati)</span>" "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 #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message #: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
msgid "Email composition wizard" msgid "Email composition wizard"
msgstr "Wizard Creazione Email" msgstr "Wizard Creazione Email"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" #, fuzzy
msgstr "Messaggio" msgid "Notify Followers"
#. 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 "Notifica Follower" msgstr "Notifica Follower"
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Messaggio"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "パートナ"
#: 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 "パートナ"

View File

@ -20,12 +20,19 @@ msgstr ""
"%100<10 || n%100>=20) ? 1 : 2);\n" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partneris"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"2);\n" "2);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partneris"
#: 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"

View File

@ -4,9 +4,9 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 12.0\n" "Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -15,12 +15,15 @@ msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_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>" 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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #: model:ir.model,name:mail_optional_follower_notification.model_mail_thread
msgid "Contact" msgid "Email Thread"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -28,13 +31,7 @@ msgstr ""
msgid "Email composition wizard" msgid "Email composition wizard"
msgstr "" 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 #. 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_compose_message__notify_followers
msgid "Notify Followers" msgid "Notify Followers"
msgstr "" msgstr ""

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Партнер"
#: 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 "Партнер"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Харилцагч"
#: 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 "Харилцагч"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,12 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Melding"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,12 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Bericht"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Relatie"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,12 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Bericht"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -21,12 +21,19 @@ msgstr ""
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -35,17 +42,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -21,35 +21,39 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n" "X-Generator: Weblate 3.7.1\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "Followers will not be notified but they can access the notification directly "
"from the document (if they are allowed to)</span>\n"
" </span>"
msgstr "" msgstr ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\"" "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
"color: red;\"> - Aviso: os seguidores não serão notificados mas poderão " "\"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 " "aceder à notificação diretamente a partir do documento (se para isso tiverem "
"permissão)</span>" "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 #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message #: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
msgid "Email composition wizard" msgid "Email composition wizard"
msgstr "Assistente de composição de email" msgstr "Assistente de composição de email"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" #, fuzzy
msgstr "Mensagem" msgid "Notify Followers"
#. 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 "Notificar seguidores" msgstr "Notificar seguidores"
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Mensagem"
msgid "Partner"
msgstr "Parceiro" #~ msgid "Partner"
#~ msgstr "Parceiro"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,12 @@ msgid "Email composition wizard"
msgstr "Assistente de Composição de Email" msgstr "Assistente de Composição de Email"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Mensagem"
msgid "Partner"
msgstr "Parceiro" #~ msgid "Partner"
#~ msgstr "Parceiro"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Parceiro"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"2:1));\n" "2:1));\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partener"
#: 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"

View File

@ -21,12 +21,19 @@ msgstr ""
"%100>=11 && n%100<=14)? 2 : 3);\n" "%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -35,17 +42,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Контрагент"
#: 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 "Контрагент"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"%100==4 ? 2 : 3);\n" "%100==4 ? 2 : 3);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,13 @@ msgid "Email composition wizard"
msgstr "Čarovnik za sestavljanje e-pošte" msgstr "Čarovnik za sestavljanje e-pošte"
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" #, fuzzy
msgstr "Sporočilo" msgid "Notify Followers"
#. 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 "Obvesti sledilce" msgstr "Obvesti sledilce"
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "Sporočilo"
msgid "Partner"
msgstr "Partner" #~ msgid "Partner"
#~ msgstr "Partner"

View File

@ -21,12 +21,19 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -35,17 +42,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Partner"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Företag"
#: 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"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "พาร์ทเนอร์"
#: 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 "พาร์ทเนอร์"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,12 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "İleti"
msgid "Partner"
msgstr "İş Ortağı" #~ msgid "Partner"
#~ msgstr "İş Ortağı"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,12 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
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"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Message"
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner #~ msgstr "İleti"
msgid "Partner"
msgstr "Ortak" #~ msgid "Partner"
#~ msgstr "Ortak"

View File

@ -19,12 +19,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -33,17 +40,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "Đối tác"
#: 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"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "业务伙伴"
#: 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 "业务伙伴"

View File

@ -20,12 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: mail_optional_follower_notification #. 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 "" msgid ""
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=" "<span name=\"document_followers_text\" position=\"after\">\n"
"\"color: red;\"> - Warning : Followers will not be notified but they can " " <span name=\"no_followers_text\" attrs=\"{'invisible': "
"access the notification directly from the document (if they are allowed to)</" "[('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : "
"span>" "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 "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
@ -34,17 +41,9 @@ msgid "Email composition wizard"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #. module: mail_optional_follower_notification
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message #: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers
msgid "Message" msgid "Notify Followers"
msgstr "" msgstr ""
#. module: mail_optional_follower_notification #~ msgid "Partner"
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers #~ msgstr "夥伴"
#: 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 "夥伴"

View File

@ -11,7 +11,9 @@ class MailThread(models.AbstractModel):
""" Compute recipients to notify based on subtype and followers. This """ Compute recipients to notify based on subtype and followers. This
method returns data structured as expected for ``_notify_recipients``. """ method returns data structured as expected for ``_notify_recipients``. """
recipient_data = super()._notify_compute_recipients(message, msg_vals) 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 # filter out all the followers
pids = ( pids = (
msg_vals.get("partner_ids", []) msg_vals.get("partner_ids", [])

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! 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 <p>This module adds the possibility to choose if you want to automatically
notify followers on mail.compose.message. By default, Odoo notify notify followers on mail.compose.message. By default, Odoo notify
automatically all followers.</p> automatically all followers.</p>
@ -390,10 +390,10 @@ automatically all followers.</p>
document and” on mail.compose.message:</p> document and” on mail.compose.message:</p>
<p>This field its initialized to true to keep the standard behavior.</p> <p>This field its initialized to true to keep the standard behavior.</p>
<div class="figure"> <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>
<div class="figure"> <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> </div>
<div class="section" id="bug-tracker"> <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>. <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. 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 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> <p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="credits"> <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 <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use.</p> 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> <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>
</div> </div>