odoo/addons/report
Simone Orsi 66969f51fa [FIX] Report: get_pdf: don't miss main elements when parsing html
Main elements can have more than one class, thus can be ignored by the previous
naive xpath. This patch brings a stronger xpath.
2014-11-05 11:49:53 +01:00
..
controllers [FIX] report: /report/download route should not be website enabled 2014-09-12 12:29:29 +02:00
data [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
models [FIX] Report: get_pdf: don't miss main elements when parsing html 2014-11-05 11:49:53 +01:00
security [FIX] renamed ir.actions.report.paperformat model to report.paperformat, renamed html_skeleton to html_container in report layouts and renamed paperformat.py file to report_paperformat.py 2014-02-18 16:53:47 +01:00
static/src [FIX] report: fix report HTML editor scrollbar in Firefox 2014-10-30 12:25:13 +01:00
tests [FIX] report explicitly import tests 2014-04-22 14:21:55 +02:00
views [REF] no more hardcoded html in report.py 2014-06-29 15:54:18 +02:00
__init__.py [IMP] report form view move inherited view, restore and refactor test case (kept commented atm) from non merged branch qweb-report 2014-03-07 01:06:20 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00