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

In the version 10.0

When I click Export XLSX on the General Ledger I get the error : pyeval is not defined


\screenshot from 2017-06-23 11-40-12


What does the error means ?
how can I fix it ?

아바타
취소

where you got this "Export XLSX" in the report? did you installed any module to export report in xlsx?

베스트 답변

I have the same problem and got the exact error by adding debug=assets on the url. The issue in module I have installed named "web_pdf_preview".
I have solved my problem by declaring the variable pyeval on the file: web_pdf_preview/static/src/js/web_pdf_preview.js

var pyeval = require('web.pyeval');

아바타
취소

thanks its working ....

베스트 답변

have you tried:

pip install pyeval

if you're using virtualenv you have to launch it inside virtual env.

아바타
취소
관련 게시물 답글 화면 활동
2
6월 16
6577
0
4월 22
4951
0
10월 23
4862
1
2월 18
3479
0
10월 17
3535