Browse Source
make "IM (if online) + email" as default
pull/117/head
Ivan Yelizariev
10 years ago
committed by
Ildar Nasyrov
No known key found for this signature in database
GPG Key ID: D1FDACDF9B83578
1 changed files with
1 additions and
1 deletions
-
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): |
|
|
|