Hello,
I am running Odoo 10 on Centos 7.
My problem is that I'm not able to print anything. I receive a document with size of 0 kb and this error:
Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/odoo/addons/report/controllers/main.py", line 96, in report_download response = self.report_routes(reportname, docids=docids, converter='pdf') File "/usr/lib/python2.7/site-packages/odoo/http.py", line 504, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/site-packages/odoo/addons/report/controllers/main.py", line 45, in report_routes pdf = report_obj.with_context(context).get_pdf(docids, reportname, data=data) File "/usr/lib/python2.7/site-packages/odoo/addons/report/models/report.py", line 192, in get_pdf save_in_attachment = self._check_attachment_use(docids, report) File "/usr/lib/python2.7/site-packages/odoo/addons/report/models/report.py", line 326, in _check_attachment_use pdf = base64.decodestring(pdf) File "/usr/lib64/python2.7/base64.py", line 321, in decodestring return binascii.a2b_base64(s)TypeError: must be string or buffer, not None
Can you help ?
can you print or save the reports?