diff --git a/mail_recipient_unchecked/README.rst b/mail_recipient_unchecked/README.rst new file mode 100644 index 00000000..b4442484 --- /dev/null +++ b/mail_recipient_unchecked/README.rst @@ -0,0 +1,11 @@ +Mail Recipient Unchecked +======================== +In vanilla Odoo, the mail recipient checkbox is checked by default. + +.. image:: static/description/mail_recipient_checkbox.png + +With this module installed, the checkbox is unchecked by default. + +Contributors +------------ +* Numigi (tm) and all its contributors (https://bit.ly/numigiens) diff --git a/mail_recipient_unchecked/__init__.py b/mail_recipient_unchecked/__init__.py new file mode 100644 index 00000000..c9a28baa --- /dev/null +++ b/mail_recipient_unchecked/__init__.py @@ -0,0 +1,2 @@ +# © 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/mail_recipient_unchecked/__manifest__.py b/mail_recipient_unchecked/__manifest__.py new file mode 100644 index 00000000..86cc2efc --- /dev/null +++ b/mail_recipient_unchecked/__manifest__.py @@ -0,0 +1,17 @@ +# © 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +{ + 'name': 'Mail Recipient Unchecked', + 'version': '1.0.0', + 'author': 'Numigi', + 'maintainer': 'Numigi', + 'license': 'LGPL-3', + 'category': 'Other', + 'summary': 'Uncheck the recipients of chatter message by default.', + 'depends': [ + 'mail', + ], + 'qweb': ['templates/chatter.xml'], + 'installable': True, +} diff --git a/mail_recipient_unchecked/static/description/icon.png b/mail_recipient_unchecked/static/description/icon.png new file mode 100644 index 00000000..92a86b10 Binary files /dev/null and b/mail_recipient_unchecked/static/description/icon.png differ diff --git a/mail_recipient_unchecked/static/description/mail_recipient_checkbox.png b/mail_recipient_unchecked/static/description/mail_recipient_checkbox.png new file mode 100644 index 00000000..8c8ac9ac Binary files /dev/null and b/mail_recipient_unchecked/static/description/mail_recipient_checkbox.png differ diff --git a/mail_recipient_unchecked/templates/chatter.xml b/mail_recipient_unchecked/templates/chatter.xml new file mode 100644 index 00000000..33936ee1 --- /dev/null +++ b/mail_recipient_unchecked/templates/chatter.xml @@ -0,0 +1,8 @@ + + + + + undefined + + +