odoo/addons/report/static/src/js
Simon Lejeune d87cd37d67 [FIX] removed 'debugger' statement
bzr revid: sle@openerp.com-20140321184347-ph5n6cnywhwasvcf
2014-03-21 19:43:47 +01:00
..
qwebactionmanager.js [FIX] removed 'debugger' statement 2014-03-21 19:43:47 +01:00
subst.js [IMP] Added the route converting all reports to pdf thanks to wkhtmltopdf. The html rendered report is downloaded via werkzeug.test.client and then parsed into an lxml.etree in order to extract only the useful data : local css, header, content and footer. We then generate a minimalist html page that is passed to wkhtmltopdf. Save in attachment feature is handled. A method transform a paperformat object into a list of parameters for wkhtmltopdf. Multiple IDS reports are generated in different pdf merged at the end. 2014-02-12 19:09:34 +01:00