[FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better...
authorThibault Delavallée <tde@openerp.com>
Thu, 13 Jun 2013 08:20:29 +0000 (10:20 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 13 Jun 2013 08:20:29 +0000 (10:20 +0200)
commit2652bd586d4ff38c0c1a0c2fe82bc25900e50ae7
treeb56d017f891785ec252d3bbe93928f2fabd8391d
parentbbbb085e5ddc3910f299fe91d302c4e825f21252
[FIX] mail: message_subscribe_users: refactoring of the algorithm to achieve better computation time.
Previous implementation did a search on mail.followers with subtype_ids=False, leading
to a very bad computation time. This search is now avoided.

bzr revid: tde@openerp.com-20130613082029-lmd63s3mqwxasy4j
addons/mail/mail_thread.py