OCA_Reporting_engine_17.0/report_xlsx/controllers
Mihran Thalhath 497dd50e7c
[FIX] report_xlsx: fix generation of pdf reports
the report handler for xlsx added over here is always returning `true` even if the report being
generated is not xlsx. Due to this, the report handler doesn't check for other report types
at b309d3a99f/addons/web/static/src/webclient/actions/action_service.js (L1019)
and thus doesn't generate any other reports. So if the converter is not xlsx, return false instead of true.

Also, updating the docids and context in the report_routes controller only needs to be done if
the converter is xlsx and not in any other case.
2022-01-18 12:09:34 +05:30
..
__init__.py [MIG] report_xlsx: Migration to 11.0 2021-12-10 10:12:17 +01:00
main.py [FIX] report_xlsx: fix generation of pdf reports 2022-01-18 12:09:34 +05:30