bug on crm module

Bug #325208 reported by Sananaz (Open ERP)
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

hello,
        If i create new case from crm module and try to click on 'send partner and historize' button with empty description that time it gives error:

Traceback (most recent call last):
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/netsvc.py", line 229, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/netsvc.py", line 74, in __call__
    return getattr(self, method)(*params)
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/service/web_services.py", line 481, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/osv/osv.py", line 59, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/osv/osv.py", line 119, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/tiny/bazarecom_workspace/openobject-server/bin/osv/osv.py", line 111, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/tiny/bazarecom_workspace/openobject-addons/crm/crm.py", line 660, in case_log_reply
    body += '\n\n%s' % (case.user_id.signature)
TypeError: unsupported operand type(s) for +=: 'bool' and 'unicode'

Thanks,

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,
You can apply this patch.

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

fixed in rev 2196.

Changed in openobject-addons:
status: New → Fix Released
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

hello,
       fixed in trunk with warning message to the user

Thanks,

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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