forked from OCA/social
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OCA#1074 from OCA/17.0
Syncing from upstream OCA/social (17.0)
- Loading branch information
Showing
74 changed files
with
3,386 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
=================================== | ||
Mail optional follower notification | ||
=================================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:9c68e71c93b147a204c464690db84ee1cfa58d034efb80a3eb83f8c5644c35d4 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github | ||
:target: https://github.com/OCA/social/tree/17.0/mail_optional_follower_notification | ||
:alt: OCA/social | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_optional_follower_notification | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds the possibility to choose if you want to automatically | ||
notify followers on mail.compose.message. By default, Odoo notify | ||
automatically all followers. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to use the checkbox near "Followers of the | ||
document and" on mail.compose.message: | ||
|
||
This field it's initialized to true to keep the standard behavior. | ||
|
||
|image1| | ||
|
||
|image2| | ||
|
||
.. |image1| image:: https://raw.githubusercontent.com/OCA/social/17.0/mail_optional_follower_notification/static/description/optional_follower_001.png | ||
.. |image2| image:: https://raw.githubusercontent.com/OCA/social/17.0/mail_optional_follower_notification/static/description/optional_follower_002.png | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2017.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. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* ACSONE SA/NV | ||
|
||
Contributors | ||
------------ | ||
|
||
- Adrien Peiffer <adrien.peiffer@acsone.eu> | ||
- Laurent Mignon <laurent.mignon@acsone.eu> | ||
- Andrea Stirpe <a.stirpe@onestein.nl> | ||
- Robin Goots <robin.goots@dynapps.be> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/17.0/mail_optional_follower_notification>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import models | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>) | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Mail optional follower notification", | ||
"summary": "Choose to notify followers on mail.compose.message", | ||
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/social", | ||
"category": "Social Network", | ||
"version": "17.0.1.0.0", | ||
"license": "AGPL-3", | ||
"depends": ["mail"], | ||
"data": ["wizard/mail_compose_message_view.xml"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_optional_follower_notification | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-17 01:02+0000\n" | ||
"PO-Revision-Date: 2017-05-17 01:02+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" | ||
"Language: am\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form | ||
msgid "" | ||
"<span name=\"no_followers_text\" invisible=\"notify_followers\" " | ||
"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>" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread | ||
msgid "Email Thread" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers | ||
msgid "Notify Followers" | ||
msgstr "" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "ተባባሪ" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_optional_follower_notification | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-17 01:02+0000\n" | ||
"PO-Revision-Date: 2017-05-17 01:02+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form | ||
msgid "" | ||
"<span name=\"no_followers_text\" invisible=\"notify_followers\" " | ||
"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>" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread | ||
msgid "Email Thread" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers | ||
msgid "Notify Followers" | ||
msgstr "" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "الشريك" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_optional_follower_notification | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-01-16 03:47+0000\n" | ||
"PO-Revision-Date: 2018-01-16 03:47+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"Language: bg\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form | ||
msgid "" | ||
"<span name=\"no_followers_text\" invisible=\"notify_followers\" " | ||
"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>" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread | ||
msgid "Email Thread" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers | ||
msgid "Notify Followers" | ||
msgstr "" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "Партньор" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_optional_follower_notification | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-17 01:02+0000\n" | ||
"PO-Revision-Date: 2017-05-17 01:02+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" | ||
"Language: bs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form | ||
msgid "" | ||
"<span name=\"no_followers_text\" invisible=\"notify_followers\" " | ||
"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>" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread | ||
msgid "Email Thread" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers | ||
msgid "Notify Followers" | ||
msgstr "" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "Partner" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_optional_follower_notification | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-17 01:02+0000\n" | ||
"PO-Revision-Date: 2017-05-17 01:02+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model_terms:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_form | ||
msgid "" | ||
"<span name=\"no_followers_text\" invisible=\"notify_followers\" " | ||
"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>" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_thread | ||
msgid "Email Thread" | ||
msgstr "" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message | ||
msgid "Email composition wizard" | ||
msgstr "Assistent per composició de correus electrònics" | ||
|
||
#. module: mail_optional_follower_notification | ||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message__notify_followers | ||
msgid "Notify Followers" | ||
msgstr "" | ||
|
||
#~ msgid "Message" | ||
#~ msgstr "Missatge" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "Empresa" |
Oops, something went wrong.