Skip to content
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

[15.0] Wrong parameters on report_download #147

Open
agustin-eticco opened this issue May 5, 2023 · 0 comments
Open

[15.0] Wrong parameters on report_download #147

agustin-eticco opened this issue May 5, 2023 · 0 comments

Comments

@agustin-eticco
Copy link

report_download function is badly migrated, in the base version of Odoo 15 there is no token parameter, it gives an error with unexpected extra parameter when printing any kind of standard qweb report. I have to manually remove token parameter (and its implementation inside the function)

Jasperreports report_download:
https://github.com/JayVora-SerpentCS/Jasperreports_odoo/blob/15.0/jasper_reports/controllers/main.py#L82

Odoo 15 base report_download:
https://github.com/odoo/odoo/blob/15.0/addons/web/controllers/main.py#L1976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant