odoo/addons/report/controllers
Simon Lejeune ce0dcac161 [FIX] report: /report/download route should not be website enabled
There's a little magic inside the website enabled route modifying the
context's lang, thus breaking the logic to print the report in the
current user's lang. The direct route to display the report should
stay in website_enabled mode, as it allows to switch lang, use the
website translator and so on.
2014-09-12 12:29:29 +02:00
..
__init__.py [IMP] Added the default controller for the generic html reports (reports not needing data to be preprocessed) 2014-02-12 19:00:25 +01:00
main.py [FIX] report: /report/download route should not be website enabled 2014-09-12 12:29:29 +02:00