From 2eb33ec6f58a1ce52f26af7996503942aadcafc5 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 21 Jan 2015 16:24:45 +0200 Subject: [PATCH] make "IM (if online) + email" as default --- im_notif/im_notif_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im_notif/im_notif_models.py b/im_notif/im_notif_models.py index 48c3697..ef04c6f 100644 --- a/im_notif/im_notif_models.py +++ b/im_notif/im_notif_models.py @@ -20,7 +20,7 @@ class res_partner(models.Model): } _defaults = { - 'notify_email': lambda *args: 'always' + 'notify_email': lambda *args: 'im_and_email' } class mail_notification(models.Model):