odoo/openerp/report/render
Denis Ledoux c62a75a5f3 [FIX] report: line splitting compatible with reportlab > 3.0
While keeping the compatibility for reportlab 2.5.

Splitting the text node on line breaks '\n' leaded to orphans ending tags,
like '</font>', which is regarded by reportlab 3.0 as a paragraph,
and reportlab therefore surrounded these tags by <para> tags,
which leaded to not syntax correct html like
<para></font></para>

To test this patch:
 - While having reportlab > 3.0
 - Create a rml report containing (at least) '<font>\n</font>'
 - Then print the report. It must not crash (obviously)
2015-01-23 12:54:30 +01:00
..
html2html [REF] openerp.report: remove unused imports and vars, simplify logging. 2012-02-08 18:07:00 +01:00
makohtml2html [REF] openerp.report: remove unused imports and vars, simplify logging. 2012-02-08 18:07:00 +01:00
odt2odt [REF] openerp.report: remove unused imports and vars, simplify logging. 2012-02-08 18:07:00 +01:00
rml2html [IMP] use exact writing for fsf address 2013-05-14 16:32:54 +02:00
rml2pdf [FIX] report: line splitting compatible with reportlab > 3.0 2015-01-23 12:54:30 +01:00
rml2txt [REM] unreachable code 2012-12-14 13:46:06 +01:00
__init__.py [IMP] openerp.report: _logger with fully qualified module name. 2012-01-24 13:55:12 +01:00
render.py [REF] openerp/report/render/render.py: removed silly main() method, rewrote french comment in english. 2011-05-31 17:27:11 +02:00
rml.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
simple.py [REF] openerp.report: remove unused imports and vars, simplify logging. 2012-02-08 18:07:00 +01:00