[FIX] mail: do not send email at module installation

This commit is contained in:
Christophe Simonis 2014-08-25 12:12:24 +02:00
parent f620a67672
commit a8fa00e14e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</record>
<!-- notify all employees of module installation -->
<record model="mail.message" id="module_install_notification">
<record model="mail.message" id="module_install_notification" context="{'mail_notify_noemail': True}">
<field name="model">mail.group</field>
<field name="res_id" ref="mail.group_all_employees"/>
<field name="type">notification</field>