In a crm helpdesk requests form . when i change state new to in progress and click on button send reminder shows this error

Bug #868135 reported by Ravish(OpenERP)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 1

Bug Description

Traceback (most recent call last):
  File "/home/rmu/source/server/trunk/openerp/wsgi.py", line 77, in xmlrpc_return
    result = openerp.netsvc.dispatch_rpc(service, method, params)
  File "/home/rmu/source/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/rmu/source/server/trunk/openerp/service/web_services.py", line 573, in dispatch
    res = fn(db, uid, *params)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/rmu/source/addons/trunk/crm/crm.py", line 490, in remind_user
    body = case.message_ids[0].description or ""
  File "/home/rmu/source/server/trunk/openerp/osv/orm.py", line 458, in __getattr__
    except KeyError, e:
AttributeError: "Field 'description' does not exist in object 'browse_record(mail.message, 102)'"

Related branches

Revision history for this message
Ravish(OpenERP) (rmu-openerp) wrote :
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
importance: Undecided → Low
status: New → Confirmed
Jigar A. (ifixthat)
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Jigar A. (ifixthat) wrote :

Hello,
      We have traced issue and have fixed and committed to lp:~openerp-dev/openobject-addons/trunk-bug-868135-jam at Revision Numner #5292 and also proposed the branch for merging into lp:openobject-addons.

Thank you.

Changed in openobject-addons:
status: In Progress → Confirmed
status: Confirmed → Fix Committed
Changed in openobject-addons:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.