콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5167 화면

I am trying to print an invoice for the first time in Odoo and keep getting error messages. I have installed the latest version of wkhtmltopdf which is one of the messages that appeared when trying to print. I have also looked through forums and have installed Python 2.7 as I understand that v3.0+ is not exactly supported and could also be a problem. I also made sure I has installed the latest version of reportlab. I am not sure what else I can do. Here is my error list:

Traceback (most recent call last):

File "/opt/odoo/addons/report/controllers/main.py", line 121, in report_download

response = self.report_routes(reportname, docids=docids, converter='pdf')

File "/opt/odoo/openerp/http.py", line 403, in response_wrap

response = f(*args, **kw)

File "/opt/odoo/addons/report/controllers/main.py", line 65, in report_routes

pdf = report_obj.get_pdf(cr, uid, docids, reportname, data=options_data, context=context)

File "/opt/odoo/openerp/api.py", line 241, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/addons/report/models/report.py", line 198, in get_pdf

save_in_attachment = self._check_attachment_use(cr, uid, ids, report)

File "/opt/odoo/openerp/api.py", line 241, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/addons/report/models/report.py", line 345, in _check_attachment_use

pdf = base64.decodestring(pdf)

File "/usr/lib/python2.7/base64.py", line 321, in decodestring

return binascii.a2b_base64(s)

TypeError: must be string or buffer, not None


Thank you in advance for your help!!

아바타
취소
베스트 답변

I tried to install "Document Management System " on Odoo 9, but I get this error:

You try to install module 'document-management' that depends on module 'knowledge'.But the latter module is not available in your system.

How can I solve this?

thanks

아바타
취소

Sorry, I just noticed that module is related to version 9

작성자 베스트 답변

After trying to solve this by downloading wkhtmltopdf and changing python versions, etc. I was able to solve this by downloading the "Document Management System" module. I hope this helps.

아바타
취소
관련 게시물 답글 화면 활동
0
3월 15
4031
2
9월 21
4463
4
9월 25
5302
1
4월 25
137
0
11월 24
2033