openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24140
[Bug 1153426] Re: [7.0/trunk]webkit-report repeat table header
Milan,
It's a webkit issue which has not been resolved AFAIK, see [1] and [2].
An alternative to wkhtmltopdf could be Prince XML [3] but it's not open
source, has a cost, and would require minor changes to report_webkit.
-sbi
[1] https://code.google.com/p/chromium/issues/detail?id=24826
[2] https://code.google.com/p/wkhtmltopdf/issues/detail?id=566
[3] http://www.princexml.com/
** Bug watch added: code.google.com/p/chromium/issues #24826
http://code.google.com/p/chromium/issues/detail?id=24826
** Bug watch added: code.google.com/p/wkhtmltopdf/issues #566
http://code.google.com/p/wkhtmltopdf/issues/detail?id=566
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1153426
Title:
[7.0/trunk]webkit-report repeat table header
Status in OpenERP Addons (modules):
New
Bug description:
Hi all,
I found the webkit-report seems does not support repeat header. I try like this
css:
...
.list_tabe thead {
display:table-header-group;
}
....
report.mako
<table class="list_table" width="100%">
<thead>
<td>col1</td>
<td>col2</td>
</thead>
%for line in objects:
<tr>
<td><td>
<td></td>
</tr>
% endfor
</table>
Is there any solution about this? Any help is appreciated.
Joshua
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1153426/+subscriptions