コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
7911 ビュー

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
6445
0
4月 22
4787
0
10月 23
4761
1
2月 18
3354
0
10月 17
3478