Skip to content

Commit 2af71e4

Browse files
committed
Merge PR #975 into 16.0
Signed-off-by dreispt
2 parents a1e6fd9 + 001c956 commit 2af71e4

22 files changed

Lines changed: 602 additions & 0 deletions
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
2+
:target: https://www.gnu.org/licenses/agpl
3+
:alt: License: AGPL-3
4+
5+
========================
6+
Mail optional autofollow
7+
========================
8+
9+
This module adds the possibility to choose if you want to automatically
10+
add new recipients as followers on mail.compose.message.
11+
12+
Installation
13+
============
14+
15+
16+
Configuration
17+
=============
18+
19+
20+
Usage
21+
=====
22+
23+
To use this module, you need to use the autofollow recipients checkbox on
24+
mail.compose.message:
25+
26+
Technically, this field is initialized to true if there is a
27+
'mail_post_autofollow' key in the current context
28+
29+
.. figure:: static/description/autofollow.png
30+
:alt: autofollow recipients checkbox
31+
32+
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
33+
:alt: Try me on Runbot
34+
:target: https://runbot.odoo-community.org/runbot/205/11.0
35+
36+
Known issues / Roadmap
37+
======================
38+
39+
40+
Bug Tracker
41+
===========
42+
43+
Bugs are tracked on `GitHub Issues
44+
<https://github.com/OCA/social/issues>`_.In case of trouble, please check there
45+
if your issue has already been reported. If you spotted it first, help us
46+
smashing it by providing a detailed and welcomed feedback
47+
`here <https://github.com/OCA/social/issues/new?body=module:%20mail_optional_autofollow%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48+
49+
Credits
50+
=======
51+
52+
Images
53+
------
54+
55+
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
56+
57+
Contributors
58+
------------
59+
60+
* Adrien Peiffer <adrien.peiffer@acsone.eu>
61+
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
62+
63+
Do not contact contributors directly about support or help with technical issues.
64+
65+
Funders
66+
-------
67+
68+
The development of this module has been financially supported by:
69+
70+
* Acsone
71+
72+
Maintainer
73+
----------
74+
75+
.. image:: https://odoo-community.org/logo.png
76+
:alt: Odoo Community Association
77+
:target: https://odoo-community.org
78+
79+
This module is maintained by the OCA.
80+
81+
OCA, or the Odoo Community Association, is a nonprofit organization whose
82+
mission is to support the collaborative development of Odoo features and
83+
promote its widespread use.
84+
85+
To contribute to this module, please visit https://odoo-community.org.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import wizard
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
{
4+
"name": "Mail optional autofollow",
5+
"summary": """
6+
Choose if you want to automatically add new recipients as followers
7+
on mail.compose.message""",
8+
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
9+
"website": "https://github.com/OCA/social",
10+
"category": "Social Network",
11+
"version": "16.0.1.0.0",
12+
"license": "AGPL-3",
13+
"depends": ["mail"],
14+
"data": ["wizard/mail_compose_message_view.xml"],
15+
"installable": True,
16+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: social (8.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
11+
"PO-Revision-Date: 2016-04-05 07:05+0000\n"
12+
"Last-Translator: <>\n"
13+
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-social-8-0/language/"
14+
"ca/)\n"
15+
"Language: ca\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mail_optional_autofollow
22+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
23+
msgid "Email composition wizard"
24+
msgstr "Assistent per composició de correus electrònics"
25+
26+
#. module: mail_optional_autofollow
27+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
29+
msgid "Make recipients followers"
30+
msgstr ""
31+
32+
#. module: mail_optional_autofollow
33+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
35+
msgid ""
36+
"if checked, the additional recipients will be added as followers on "
37+
"the related object"
38+
msgstr ""
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: social (8.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
11+
"PO-Revision-Date: 2018-12-15 14:58+0000\n"
12+
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
13+
"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/"
14+
"de/)\n"
15+
"Language: de\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.3\n"
21+
22+
#. module: mail_optional_autofollow
23+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
24+
msgid "Email composition wizard"
25+
msgstr "Assistent zum Email verfassen"
26+
27+
#. module: mail_optional_autofollow
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
29+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
30+
msgid "Make recipients followers"
31+
msgstr "Empfänger als Abonnenten hinzufügen"
32+
33+
#. module: mail_optional_autofollow
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
35+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
36+
msgid ""
37+
"if checked, the additional recipients will be added as followers on "
38+
"the related object"
39+
msgstr ""
40+
"Wenn der Haken gesetzt ist, werden die zusätzlichen Empfänger zu Abonnenten "
41+
"dieses Objektes"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: social (8.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
11+
"PO-Revision-Date: 2016-04-05 07:05+0000\n"
12+
"Last-Translator: <>\n"
13+
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/"
14+
"es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mail_optional_autofollow
22+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
23+
msgid "Email composition wizard"
24+
msgstr "Asistente composición Correo Electrónico"
25+
26+
#. module: mail_optional_autofollow
27+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
29+
msgid "Make recipients followers"
30+
msgstr ""
31+
32+
#. module: mail_optional_autofollow
33+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
35+
msgid ""
36+
"if checked, the additional recipients will be added as followers on "
37+
"the related object"
38+
msgstr ""
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: social (8.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
11+
"PO-Revision-Date: 2016-04-05 07:05+0000\n"
12+
"Last-Translator: <>\n"
13+
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
14+
"social-8-0/language/es_CO/)\n"
15+
"Language: es_CO\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mail_optional_autofollow
22+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
23+
msgid "Email composition wizard"
24+
msgstr "Asistente de redacción de E-mail"
25+
26+
#. module: mail_optional_autofollow
27+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
29+
msgid "Make recipients followers"
30+
msgstr ""
31+
32+
#. module: mail_optional_autofollow
33+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
35+
msgid ""
36+
"if checked, the additional recipients will be added as followers on "
37+
"the related object"
38+
msgstr ""
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: social (9.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-06-12 02:44+0000\n"
11+
"PO-Revision-Date: 2016-06-11 22:15+0000\n"
12+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
13+
"Language-Team: French (http://www.transifex.com/oca/OCA-social-9-0/language/"
14+
"fr/)\n"
15+
"Language: fr\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
20+
21+
#. module: mail_optional_autofollow
22+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
23+
msgid "Email composition wizard"
24+
msgstr "Assistant de composition de courriel"
25+
26+
#. module: mail_optional_autofollow
27+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
29+
msgid "Make recipients followers"
30+
msgstr "Abonner les destinataires"
31+
32+
#. module: mail_optional_autofollow
33+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
35+
msgid ""
36+
"if checked, the additional recipients will be added as followers on "
37+
"the related object"
38+
msgstr ""
39+
"Si coché, les destinataires supplémentaires seront ajoutés comme abonné au "
40+
"file de discussion sur l'objet lié"
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
# Bole <bole@dajmi5.com>, 2016
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: social (9.0)\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2016-06-13 02:44+0000\n"
12+
"PO-Revision-Date: 2016-06-14 11:31+0000\n"
13+
"Last-Translator: Bole <bole@dajmi5.com>\n"
14+
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-social-9-0/"
15+
"language/hr/)\n"
16+
"Language: hr\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
22+
23+
#. module: mail_optional_autofollow
24+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
25+
msgid "Email composition wizard"
26+
msgstr "Čarobnjak za sastavljanje maila"
27+
28+
#. module: mail_optional_autofollow
29+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
30+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
31+
msgid "Make recipients followers"
32+
msgstr "Učini primatelje i pratiteljima"
33+
34+
#. module: mail_optional_autofollow
35+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
36+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
37+
msgid ""
38+
"if checked, the additional recipients will be added as followers on "
39+
"the related object"
40+
msgstr ""
41+
"Ukoliko je označeno, dodatni primatelji će biti dodani i kao pratitelji na "
42+
"povezanom objektu"
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_optional_autofollow
4+
#
5+
# Translators:
6+
# Marius Marolla <mariusmarolla@gmail.com>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
12+
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
13+
"Last-Translator: Marius Marolla <mariusmarolla@gmail.com>, 2017\n"
14+
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
15+
"Language: it\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mail_optional_autofollow
22+
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
23+
msgid "Email composition wizard"
24+
msgstr "Wizard Creazione Email"
25+
26+
#. module: mail_optional_autofollow
27+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
28+
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
29+
msgid "Make recipients followers"
30+
msgstr "Destinatari in Follower"
31+
32+
#. module: mail_optional_autofollow
33+
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
34+
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
35+
msgid ""
36+
"if checked, the additional recipients will be added as followers on "
37+
"the related object"
38+
msgstr ""
39+
"Se l'opzione è spuntata, i destinatari verranno aggiunti ai follower di "
40+
"questo documento."

0 commit comments

Comments
 (0)