[FIX] report_webkit: now works under Windows
authorVo Minh Thu <vmt@openerp.com>
Mon, 4 Apr 2011 16:33:07 +0000 (18:33 +0200)
committerVo Minh Thu <vmt@openerp.com>
Mon, 4 Apr 2011 16:33:07 +0000 (18:33 +0200)
commitb6aae1062606f28fec2957a67f504e2d55ae405d
treea0fb69464ad262ec9fd0d921eb2d2a9c4d9f243f
parentd4dabd707c5202664a1cf9cac8aa6d6d4a1ab81a
[FIX] report_webkit: now works under Windows
The following points correspond to the description JP Robiez gave in the bug report comments:
No quotes around the templates filenames
Use the subprocess module instead of the commands one
Open explicitely the resulting pdf in binary mode

lp bug: https://launchpad.net/bugs/704870 fixed

bzr revid: vmt@openerp.com-20110404163307-x5h0apqxwwc7gc5o
addons/report_webkit/webkit_report.py