← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 861875] Re: [6.0] TypeError: unhashable type: 'list'

 

Hello,

I have again checked your issue but it's working normally. According to
comment #4 I am closing this issue if you

have still faced the same problem then you can reopen this issue.

Thanks.

** Changed in: openobject-server
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/861875

Title:
  [6.0] TypeError: unhashable type: 'list'

Status in OpenERP Server:
  Invalid

Bug description:
  Using 6.0 branches, I tried to export the translation of a module.
  When I click on the button to download the po file, my web browser
  says:

  File not found
            Firefox can't find the file at http://localhost:8080/openerp/form/save_binary_data/en_US.po?_terp_field=data&_terp_filename=&_terp_model=base.language.export&_terp_id=4.

  and I have this message in the server console:

  [2011-09-28 17:57:45,388][MGMT] ERROR:web-services:Uncaught exception
  Traceback (most recent call last):
    File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 164, in execute_cr
      object = pooler.get_pool(cr.dbname).get(obj)
    File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 250, in get
      obj = self.obj_pool.get(name, None)
  TypeError: unhashable type: 'list'

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


References