Search 1.9 billion lines of Odoo code on GitHub

mail_recipient_uncheck

Author: Trobz,Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0_mail_recipients_uncheck
Repository: nilshamerlinck/social
Dependencies: mail
Languages: HTML (355, 75.7%), JavaScript (22, 4.7%), Python (19, 4.1%), XML (8, 1.7%), and reStructuredText (65, 13.9%)
Other repositories: sergiocorato/social

<h1 class="title">Mail Recipient Uncheck</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/social/tree/12.0/mail_recipient_uncheck"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_recipient_uncheck"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/205/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>When you click on <em>Send a message</em> in the Open Chatter, Odoo displays the Message Composer:</p> <p><img alt="Message Composer" src="composer.png" /></p> <p>You may notice that it adds suggestions of recipients: here <em>Ready Mat (ready.mat28&#64;example.com)</em></p> <p>These suggestions can be useful, but having them checked by default is dangerous: for example a user could mistakenly send a sensitive internal message to a customer.</p> <p>The purpose of this module is to make sure that these suggestions are not checked by default.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#development" id="id3">Development</a></li> <li><a class="reference internal" href="#changelog" id="id4">Changelog</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="development"></a> <h2><a class="toc-backref" href="#id3">Development</a></h2> <p>The list of suggested partners is retrieved by a rpc call to <code>model:message_get_suggested_recipients()</code></p> <p>See <a class="reference external" href="https://github.com/odoo/odoo/blob/324634da3debefd834b4b5dcf8509da25348324d/addons/mail/models/mail_thread.py#L1740">here</a> for its default implementation.</p> <a name="changelog"></a> <h2><a class="toc-backref" href="#id4">Changelog</a></h2> <p>This module is a follow-up to the old <code>web_recipients_uncheck</code>, available for <a class="reference external" href="https://github.com/OCA/web/tree/7.0/web_recipients_uncheck">7.0</a> and <a class="reference external" href="https://github.com/OCA/web/tree/8.0/web_recipients_uncheck">8.0</a></p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>. 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 <a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_recipient_uncheck%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Trobz</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <blockquote> <ul class="simple"> <li>Nils Hamerlinck &lt;<a class="reference external" href="mailto:nils&#64;trobz.com">nils&#64;trobz.com</a>&gt;</li> </ul> </blockquote> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/nilshamerlinck"><img alt="nilshamerlinck" src="https://github.com/nilshamerlinck.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/12.0/mail_recipient_uncheck">OCA/social</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>