-
Notifications
You must be signed in to change notification settings - Fork 23.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0] Get error "Uncaught Javascript Error > invalid parameter format" when using. export data #103232
Comments
|
i found that if i changed the condition at line 225 of "addons/web/static/src/core/network/download.js files from "(index !== -1 && index !== string.length)" to "(index == -1 && index !== string.length), everything worked ok |
|
How can I access addons/web/static/src/core/network to edit the download.js inside of a docker container? |
|
THANK YOU |
|
Seems to be fixed, as non reproducable on runbot. Don't hesitate to re-open if it's not the case. |
|
The latest odoo nightly deb still seems to hit this issue for me. |
|
@megahall Please provide steps to reproduce, as I'm not able to reproduce with the steps in the description above. |
|
Hello, export does not work in any of the models. Simply clicking export causes that error. Also there is this: https://www.odoo.com/forum/help-1/odoo16-export-data-error-in-all-modules-how-to-resolve-it-224621
Apparently this might be reproduced on Debian bookworm (v12) Linux distribution (current stable) where things are new and the python package mentioned is indeed version 2.2.2: All packages were installed via the distribution package manager from the repositories instead of pip as suggested in the documentation:
So can we get an upgrade of this dependency? 2.2.2 should not have breaking changes to 2.0.2, no? |
Impacted versions: Odoo 16.0 (Community Edition)
Steps to reproduce:
Current behavior:
Expected behavior:
Video/Screenshot link (optional):
Support ticket number submitted via odoo.com/help (optional):
The text was updated successfully, but these errors were encountered: