odoo/addons/report/models
Martin Trigaux 1d99784a0a [FIX] report: allow margin with size 0
Setting the margins of a paperformat to 0mm was ignored and fallbacked on wkhtml
default margins.
This change is considered as relatively safe as margin-* fields have a default
value and setting 0 is then an explicit choice.
Fixes #3367, opw 620130
2015-01-06 10:56:46 +01: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 [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
report.py [FIX] report: allow margin with size 0 2015-01-06 10:56:46 +01:00
report_paperformat.py [FIX] Report: search associated qweb views: do not forward context 2014-09-09 14:36:00 +02:00