← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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'

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

** Summary changed:

- TypeError: unhashable type: 'list'
+ [6.0] TypeError: unhashable type: 'list'

-- 
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:
  New

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


Follow ups

References