odoo/addons/report/models
Denis Ledoux 453b373a68 [FIX] report: datetime already imported, differently
This rev. is related to 439cdb6871.

The module datetime was already available in the reports,
and it was the entire datetime module that was imported,
not just the class.

This rev. is not recompatible with 439cdb6871,
but there is no other choice, since other existing
reports might already expected the datetime module
and not the class

opw-640299
2015-05-20 12:19:29 +02:00
..
__init__.py [REF][IMP] report module: merge the four report's routes into one; extra report arguments are passed json encoded (therefore removed the _eval_params method); added an abstract_report model to wrap old-style report without touching them; Removed formatLang method from report as it is embeded in the old-style report localcontext; moved the save_in_attachment logic in a method for readability; adapted the action manager to encode data and context of action if needed; fixed the post install test to test the generic report 2014-04-02 18:23:44 +02:00
abstract_report.py [FIX] report: abstract reports default lang 2015-02-24 17:42:25 +01:00
report.py [FIX] report: datetime already imported, differently 2015-05-20 12:19:29 +02:00
report_paperformat.py [FIX] Report: search associated qweb views: do not forward context 2014-09-09 14:36:00 +02:00