Hello Team,
When I tried to download the Pdf Attachments in openerp 7, the below error I got in terminal,but docs it is working fine
openerp.addons.web.http.HttpRequest.dispatch: An error occurred while handling a json request
Traceback (most recent call last):
File "/home/endosoft/openerp-7/openerp/addons/web/http.py", line 285, in dispatch
r = method(self, **self.params)
File "/home/endosoft/openerp-7/openerp/addons/web/controllers/main.py", line 1281, in saveas
filecontent = base64.b64decode(res.get(field, ''))
File "/usr/lib/python2.7/base64.py", line 73, in b64decode
return binascii.a2b_base64(s)
TypeError: must be string or buffer, not bool
In browser below error i got,
Not Found
The requested URL was not found on the server.
If you entered the URL manually please check your spelling and try again.