c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22316
[Bug 701821] Re: Report file missing extension name with multi-bytes report name
[Expired for OpenERP Web Client because there has been no activity for
60 days.]
** Changed in: openobject-client-web
Status: Incomplete => Expired
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/701821
Title:
Report file missing extension name with multi-bytes report name
Status in OpenERP Web Client:
Expired
Bug description:
In version 6rc2 and file web\addons\openerp\controllers\actions.py:
line:
cherrypy.response.headers['Content-Disposition'] = 'filename="' + report_name + '.' + report_type + '"'
Please quotes the variable report_name before put it into the HTTP header:
report_name = urllib.quote(report_name.encode('utf-8'))
Thanks!
References