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
0 additions and
1 deletions
-
im_notif/im_notif_models.py
|
@ -104,7 +104,6 @@ class mail_notification(models.Model): |
|
|
|
|
|
|
|
|
# compute partners |
|
|
# compute partners |
|
|
email_pids, im_uids = self.get_recipients(cr, uid, ids, message, context=None) |
|
|
email_pids, im_uids = self.get_recipients(cr, uid, ids, message, context=None) |
|
|
print 'recipients', email_pids, im_uids |
|
|
|
|
|
if email_pids: |
|
|
if email_pids: |
|
|
self._do_notify_email(cr, uid, email_pids, message, force_send, user_signature, context) |
|
|
self._do_notify_email(cr, uid, email_pids, message, force_send, user_signature, context) |
|
|
|
|
|
|
|
|