[MISC] mail_thread: updated one comment.

bzr revid: tde@openerp.com-20120813192427-vw2id9wtd1hil9as
This commit is contained in:
Thibault Delavallée 2012-08-13 21:24:27 +02:00
parent 9a3680e7f5
commit c14a28fd93
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ class mail_thread(osv.Model):
def message_get_subscribers(self, cr, uid, ids, context=None):
""" Returns the current document followers. Basically this method
checks in mail.subscription for entries with matching res_model,
checks in mail.followers for entries with matching res_model,
res_id.
"""
subscr_obj = self.pool.get('mail.followers')