odoo/addons/report/models
Simon Lejeune 7ad6d7a150 [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list
bzr revid: sle@openerp.com-20140502130310-106au0jsza0b3nwe
2014-05-02 15:03:10 +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] abstract_report: correctly pass the active ids in wrapped_report.set_context, fix analytic journal from ir.ui.menu by setting a consistent context 2014-04-03 17:48:56 +02:00
report.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
report_paperformat.py [FIX] report: set a default paperformat for companies, based on rml paperformat 2014-04-23 15:21:00 +02:00