Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-client-web/6.0-opw-17190-msh into 
lp:openobject-client-web/6.0.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-17190-msh/+merge/73365

Hello,

While reconfiguration one is not able to download thunderbird plugin from 
web-client when he'she clicks "save as" button due to improper data send on 
server that's why key in dictionary not matched.

Thanks.

-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-17190-msh/+merge/73365
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client-web/6.0-opw-17190-msh.
=== modified file 'addons/openerp/static/javascript/binary.js'
--- addons/openerp/static/javascript/binary.js	2011-01-17 11:57:11 +0000
+++ addons/openerp/static/javascript/binary.js	2011-08-30 12:21:02 +0000
@@ -36,7 +36,7 @@
     act = fname ? act + '/' + fname : act;
 
     submit_form(openobject.http.getURL(act, {
-        _terp_field: name,
+        _terp_field: filename,
         _terp_model: openobject.dom.get(prefix + '_terp_model').value,
         _terp_id: openobject.dom.get(prefix + '_terp_id').value
     }), undefined, '_blank');

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to