Search 1.9 billion lines of Odoo code on GitHub

mail_control_auto_send

Author: Noviat
License: AGPL-3
Branch: 10.0
Repository: akretion/noviat-apps
Dependencies: mail
Languages: Python (50, 64.1%), XML (7, 9.0%), and reStructuredText (21, 26.9%)
Other branches: 10-improve-zero_cancel
Other repositories: Bubbles-IT/noviat-apps, DudhatShivam/noviat-apps, FullBringEc/noviat-apps, Guobower/noviat-apps, SetRac/noviat-apps, brain-tec/noviat-apps, eezee-it/noviat-apps, francislouie/noviat-apps, gfcapalbo/noviat-apps, johanvhg/noviat-apps, luc-demeyer/noviat-apps, marionumza/noviat-apps, markrobinson85/noviat-apps, odoo-modules/noviat-apps, sasakuma/noviat-apps, sunflowerit/noviat-apps, suningwz/noviat-apps, van-orsouw-consultancy/noviat-apps, and vidtsin/noviat-apps

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="control-sending-of-automatic-e-mails"></a> <h2>Control sending of automatic e-mails</h2> <p>This module allows to disable the automatic sending of e-mails for a configurable set of models.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>Define the system parameter 'mail_disable_auto_send' with the list of models for which the automatic sending of e-mails will be disabled, e.g. ['sale.order', 'purchase.order', 'account.invoice']</p> <a name="usage"></a> <h3>Usage</h3> <p>Examples:</p> <ol class="arabic simple"> <li>Sales Order</li> </ol> <p>When creating a new Sales Order the Salesperson (field 'user_id') receives by default an e-mail message (create of object with mail_thread mixin results into a chatter message with xml_id mail.mt_note. Such a chatter messages generates an e-mail to internal followers (if the 'private' flag of mail.mt_note is on it's default value which is 'True').</p> <p>With this module installed and 'sale.order' included in the 'mail_disable_auto_send' models, an e-mail will not be send to the Salesperson.</p>