In the version 10.0
When I click Export XLSX on the General Ledger I get the error : pyeval is not defined
\
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
cze 16
|
6408 | ||
|
0
kwi 22
|
4722 | ||
|
0
paź 23
|
4726 | ||
|
1
lut 18
|
3310 | ||
|
0
paź 17
|
3452 |
where you got this "Export XLSX" in the report? did you installed any module to export report in xlsx?