You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: