← Back to team overview

openerp-india team mailing list archive

[Bug 1099431] [NEW] [7.0] bug on fectchmail on claim : 'res.users' object has no attribute 'message_subscribe'

 

Public bug reported:

i'm had make a search on resu.user and the only method message_subscribe
is on mail_thread.py

thanks for your help

here is the traceback:

Traceback (most recent call last):
  File "/home/openerp/branch_bzr_7/openobject-addons/fetchmail/fetchmail.py", line 221, in fetch_mail
    context=context)
  File "/home/openerp/branch_bzr_7/openobject-addons/mail/mail_thread.py", line 596, in message_process
    model_pool.message_subscribe(cr, uid, [thread_id], [msg.get('author_id')], context=context)
AttributeError: 'res.users' object has no attribute 'message_subscribe'

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1099431

Title:
  [7.0] bug on fectchmail on claim : 'res.users' object has no attribute
  'message_subscribe'

Status in OpenERP Addons (modules):
  New

Bug description:
  i'm had make a search on resu.user and the only method
  message_subscribe is on mail_thread.py

  thanks for your help

  here is the traceback:

  Traceback (most recent call last):
    File "/home/openerp/branch_bzr_7/openobject-addons/fetchmail/fetchmail.py", line 221, in fetch_mail
      context=context)
    File "/home/openerp/branch_bzr_7/openobject-addons/mail/mail_thread.py", line 596, in message_process
      model_pool.message_subscribe(cr, uid, [thread_id], [msg.get('author_id')], context=context)
  AttributeError: 'res.users' object has no attribute 'message_subscribe'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1099431/+subscriptions


Follow ups

References