From c14a28fd934eec186c51220574e3e30e5409aa0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Mon, 13 Aug 2012 21:24:27 +0200 Subject: [PATCH] [MISC] mail_thread: updated one comment. bzr revid: tde@openerp.com-20120813192427-vw2id9wtd1hil9as --- addons/mail/mail_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mail/mail_thread.py b/addons/mail/mail_thread.py index d82158ec3b3..f6303fca841 100644 --- a/addons/mail/mail_thread.py +++ b/addons/mail/mail_thread.py @@ -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')