In the version 10.0
When I click Export XLSX on the General Ledger I get the error : pyeval is not defined
\
In the version 10.0
When I click Export XLSX on the General Ledger I get the error : pyeval is not defined
\
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.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
2
giu 16
|
8701 | |||
|
0
apr 22
|
7223 | |||
|
0
ott 23
|
6347 | |||
|
1
feb 18
|
5134 | |||
|
0
ott 17
|
4821 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
where you got this "Export XLSX" in the report? did you installed any module to export report in xlsx?