← Back to team overview

openerp-india team mailing list archive

[Bug 1191015] Re: Error on adding tag to new contact via edited company

 

** Project changed: openobject-client-web => openobject-addons

-- 
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/1191015

Title:
  Error on adding tag to new contact via edited company

Status in OpenERP Addons (modules):
  New

Bug description:
  The below error occurs when adding a new contact, during the edit of a
  company contact and adding a tag.

  The follow is done to re create:

  - Go to a contact that is ticked as a company.
  - Click on create new contact, a new window appears.
  - Enter a name and a new tag.
  - Save that record with save and close.
  - Error appears.

  Version is 7.0.1.0 for core modules and running on Ubuntu server
  13.04.

  Client Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in dispatch
      response["result"] = method(self, **self.params)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1121, in call_kw
      return self._call_kw(req, model, method, args, kwargs)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1113, in _call_kw
      return getattr(req.session.model(model), method)(*args, **kwargs)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 42, in proxy
      result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30, in proxy_method
      result = self.session.send(self.service_name, method, *args)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 103, in send
      raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)

  
  Server Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 626, in dispatch
      res = fn(db, uid, *params)
    File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 188, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 131, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 197, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/lib/pymodules/python2.7/openerp/addons/audittrail/audittrail.py", line 514, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 185, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/usr/lib/pymodules/python2.7/openerp/addons/base/res/res_partner.py", line 97, in name_get
      reads = self.read(cr, uid, ids, ['name', 'parent_id'], context=context)
    File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3604, in read
      result = self._read_flat(cr, user, select, fields, context, load)
    File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3655, in _read_flat
      for sub_ids in cr.split_for_in_conditions(ids):
    File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 258, in split_for_in_conditions
      return tools.misc.split_every(self.IN_MAX, set(ids))
  TypeError: unhashable type: 'list'

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