Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] mail_optional_autofollow #1362

Merged
merged 36 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1313582
[ADD] Add mail_optional_autofollow module
adrienpeiffer Mar 18, 2016
fb18560
[CHG][mail_optional_autofollow] some improvements
adrienpeiffer Apr 4, 2016
1d33581
[IMP][mail_optional_autofollow] Improve readme file
adrienpeiffer Apr 5, 2016
315f9db
[MIG] Upgrade version from 8 -> 9
lmignon May 25, 2016
862ff4b
[ADD] fr translations
lmignon Jun 6, 2016
6842ea1
[FIX] Argument auto_commit in send_mail
ThomasBinsfeld Aug 19, 2016
a8f120a
[MIG] Make modules uninstallable
pedrobaeza Oct 6, 2016
3abb3ae
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
f7e5bc6
[MIG] mail_optionnal_autofollow: Migrated to 10.0
bouvyd Oct 14, 2016
1903781
OCA Transbot updated translations from Transifex
oca-transbot Apr 17, 2016
b17e948
[MIG] mail_optional_autofollow: Migration to 11.0
damcar Nov 15, 2017
61917d3
Update README.rst
damcar Dec 7, 2017
6029d9f
[IMP] Hide the checkbox for the mass mailing in mail_optional_autofollow
RobinetDenisAcsone Dec 4, 2017
251ebc3
[IMP] Remove utf-8 lines
damcar Jun 12, 2018
7e59474
[IMP] Remove headers on init.py files
damcar Jun 12, 2018
b38e8af
[UPD] Update mail_optional_autofollow.pot
oca-travis Nov 29, 2018
2713613
Translated using Weblate (German)
marylla Dec 14, 2018
3a81de8
[REF] mail_optional_autofollow: Black python code
Nov 6, 2019
561173c
[MIG] mail_optional_autofollow: Migration to 13.0
Nov 6, 2019
546b3cd
[UPD] Update mail_optional_autofollow.pot
oca-travis Dec 4, 2019
f599ab6
Update translation files
oca-transbot Jan 15, 2020
597252d
[IMP] pre-commit run -a
Jan 26, 2021
d04513c
[IMP] Apply pre-commit changes: Resolve conflicts
Tardo Jan 26, 2021
1ad3d2f
[UPD] Update mail_optional_autofollow.pot
oca-travis Nov 11, 2021
8822aa5
Update translation files
oca-transbot Nov 11, 2021
0273145
[MIG] mail_optional_autofollow: Migration to 15.0
theangryangel Apr 1, 2022
3d88463
[MIG] mail_optional_autofollow: Migration to 16.0
baimont Aug 23, 2022
68b45ab
[UPD] Update mail_optional_autofollow.pot
Dec 30, 2022
16610c0
Update translation files
weblate Dec 30, 2022
2cdf6c0
[UPD] Update mail_optional_autofollow.pot
Oct 18, 2023
dffb0e5
Update translation files
weblate Oct 18, 2023
c8f5a14
Translated using Weblate (Spanish)
Ivorra78 Jan 9, 2024
afa42b1
Translated using Weblate (Italian)
mymage Jan 11, 2024
8ab8db9
Translated using Weblate (Italian)
mymage Feb 5, 2024
750cb03
[IMP] mail_optional_autofollow: pre-commit auto fixes
AurelijaNorvaisaite May 6, 2024
55fc7d9
[17][MIG] mail_optional_autofollow: Migration to 17.0
AurelijaNorvaisaite May 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions mail_optional_autofollow/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

========================
Mail optional autofollow
========================

This module adds the possibility to choose if you want to automatically
add new recipients as followers on mail.compose.message.

Installation
============


Configuration
=============


Usage
=====

To use this module, you need to use the autofollow recipients checkbox on
mail.compose.message:

Technically, this field is initialized to true if there is a
'mail_post_autofollow' key in the current context

.. figure:: static/description/autofollow.png
:alt: autofollow recipients checkbox

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/205/11.0

Known issues / Roadmap
======================


Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/social/issues>`_.In case of trouble, please check there
if your issue has already been reported. If you spotted it first, help us
smashing it by providing a detailed and welcomed feedback
`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**>`_.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.

Contributors
------------

* Adrien Peiffer <adrien.peiffer@acsone.eu>
* Stéphane Bidoul <stephane.bidoul@acsone.eu>

Do not contact contributors directly about support or help with technical issues.

Funders
-------

The development of this module has been financially supported by:

* Acsone

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
1 change: 1 addition & 0 deletions mail_optional_autofollow/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizard
16 changes: 16 additions & 0 deletions mail_optional_autofollow/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Mail optional autofollow",
"summary": """
Choose if you want to automatically add new recipients as 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"],
"installable": True,
}
38 changes: 38 additions & 0 deletions mail_optional_autofollow/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
"PO-Revision-Date: 2016-04-05 07:05+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-social-8-0/language/"
"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_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Assistent per composició de correus electrònics"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr ""

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
41 changes: 41 additions & 0 deletions mail_optional_autofollow/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
"PO-Revision-Date: 2018-12-15 14:58+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/"
"de/)\n"
"Language: de\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"
"X-Generator: Weblate 3.3\n"

#. module: mail_optional_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Assistent zum Email verfassen"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr "Empfänger als Abonnenten hinzufügen"

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
"Wenn der Haken gesetzt ist, werden die zusätzlichen Empfänger zu Abonnenten "
"dieses Objektes"
41 changes: 41 additions & 0 deletions mail_optional_autofollow/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
"PO-Revision-Date: 2024-01-09 20:34+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/"
"es/)\n"
"Language: es\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"
"X-Generator: Weblate 4.17\n"

#. module: mail_optional_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Asistente composición Correo Electrónico"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr "Hacer seguidores a destinatarios"

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
"si está marcada, los destinatarios adicionales se añadirán "
"como seguidores en el objeto relacionado"
38 changes: 38 additions & 0 deletions mail_optional_autofollow/i18n/es_CO.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 07:09+0000\n"
"PO-Revision-Date: 2016-04-05 07:05+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
"social-8-0/language/es_CO/)\n"
"Language: es_CO\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_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Asistente de redacción de E-mail"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr ""

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
40 changes: 40 additions & 0 deletions mail_optional_autofollow/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: social (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-12 02:44+0000\n"
"PO-Revision-Date: 2016-06-11 22:15+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-social-9-0/language/"
"fr/)\n"
"Language: fr\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_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Assistant de composition de courriel"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr "Abonner les destinataires"

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
"Si coché, les destinataires supplémentaires seront ajoutés comme abonné au "
"file de discussion sur l'objet lié"
42 changes: 42 additions & 0 deletions mail_optional_autofollow/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: social (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-13 02:44+0000\n"
"PO-Revision-Date: 2016-06-14 11:31+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-social-9-0/"
"language/hr/)\n"
"Language: hr\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_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Čarobnjak za sastavljanje maila"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr "Učini primatelje i pratiteljima"

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
"Ukoliko je označeno, dodatni primatelji će biti dodani i kao pratitelji na "
"povezanom objektu"
41 changes: 41 additions & 0 deletions mail_optional_autofollow/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_optional_autofollow
#
# Translators:
# Marius Marolla <mariusmarolla@gmail.com>, 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: 2024-02-05 09:41+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\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"
"X-Generator: Weblate 4.17\n"

#. module: mail_optional_autofollow
#: model:ir.model,name:mail_optional_autofollow.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Procedura guidata creazione e-mail"

#. module: mail_optional_autofollow
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,field_description:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid "Make recipients followers"
msgstr "Destinatari in Follower"

#. module: mail_optional_autofollow
#: model:ir.model.fields,help:mail_optional_autofollow.field_account_invoice_send__autofollow_recipients
#: model:ir.model.fields,help:mail_optional_autofollow.field_mail_compose_message__autofollow_recipients
msgid ""
"if checked, the additional recipients will be added as followers on "
"the related object"
msgstr ""
"Se selezionata, i destinatari aggiuntivi verranno aggiunti a chi "
"segue questo documento"
Loading
Loading