Skip to content

Commit

Permalink
Merge pull request OCA#1074 from OCA/17.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/social (17.0)
  • Loading branch information
bt-admin authored Oct 22, 2024
2 parents 46d7abc + 91ff47d commit 6e58515
Show file tree
Hide file tree
Showing 74 changed files with 3,386 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ addon | version | maintainers | summary
[mail_debrand](mail_debrand/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor <a href odoo.com togheder with it's parent ( for powerd by) form all the templates removes any 'odoo' that are in tempalte texts > 20characters
[mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications
[mail_optional_autofollow](mail_optional_autofollow/) | 17.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
[mail_optional_follower_notification](mail_optional_follower_notification/) | 17.0.1.0.0 | | Choose to notify followers on mail.compose.message
[mail_outbound_static](mail_outbound_static/) | 17.0.1.0.1 | | Allows you to configure the from header for a mail server.
[mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.1 | | Forwarding notifications for partners
[mail_partner_opt_out](mail_partner_opt_out/) | 17.0.1.0.0 | | Add the partner's email to the blackmailed list
Expand Down
96 changes: 96 additions & 0 deletions mail_optional_follower_notification/README.rst
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.
2 changes: 2 additions & 0 deletions mail_optional_follower_notification/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizard
13 changes: 13 additions & 0 deletions mail_optional_follower_notification/__manifest__.py
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"],
}
46 changes: 46 additions & 0 deletions mail_optional_follower_notification/i18n/am.po
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 "ተባባሪ"
47 changes: 47 additions & 0 deletions mail_optional_follower_notification/i18n/ar.po
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 "الشريك"
46 changes: 46 additions & 0 deletions mail_optional_follower_notification/i18n/bg.po
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 "Партньор"
47 changes: 47 additions & 0 deletions mail_optional_follower_notification/i18n/bs.po
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"
49 changes: 49 additions & 0 deletions mail_optional_follower_notification/i18n/ca.po
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"
Loading

0 comments on commit 6e58515

Please sign in to comment.