For some reason the variable _terp_filename in the url is empty: http://localhost:8080/openerp/form/save_binary_data/en_US.po?_terp_field=data&_terp_filename=&_terp_model=base.language.export&_terp_id=4.
I pasted en_US.po after and it worked : http://localhost:8080/openerp/form/save_binary_data/en_US.po?_terp_field=data&_terp_filename=en_US.po&_terp_model=base.language.export&_terp_id=4. -- 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

