c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33487
[Bug 861875] Re: [6.0] TypeError: unhashable type: 'list'
Hello Maxime Chambreuil ,
I have checked your scenario at my end but I didn't face any problem. I
have attached video for your reference
would you please check it and informed us where you faced the problem
and try with latest updated code.
Thanks and waiting for your reply.
--
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:
Incomplete
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