Thibault Delavallée (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/7.0-auto-follow-mailgateway-tde into 
lp:openobject-addons/7.0.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-auto-follow-mailgateway-tde/+merge/145832

[FIX] mail gateway: auto_subscribe is always enabled currently, because of 
leads created usign the mailgateway by-passing the salesteam and user_id auto 
followers.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-auto-follow-mailgateway-tde/+merge/145832
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/7.0-auto-follow-mailgateway-tde.
=== modified file 'mail/mail_thread.py'
--- mail/mail_thread.py	2013-01-30 13:27:23 +0000
+++ mail/mail_thread.py	2013-01-31 12:49:36 +0000
@@ -243,7 +243,7 @@
         # subscribe uid unless asked not to
         if not context.get('mail_create_nosubscribe'):
             self.message_subscribe_users(cr, uid, [thread_id], [uid], context=context)
-            self.message_auto_subscribe(cr, uid, [thread_id], values.keys(), context=context)
+        self.message_auto_subscribe(cr, uid, [thread_id], values.keys(), context=context)
 
         # automatic logging unless asked not to (mainly for various testing purpose)
         if not context.get('mail_create_nolog'):

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to