[FIX] mis_builder: widget footer was broken

pull/189/head
Stéphane Bidoul 2016-05-08 13:19:29 +02:00
parent 059ccdb975
commit 087906c5e8
1 changed files with 1 additions and 6 deletions

View File

@ -55,12 +55,7 @@
</tr>
</tbody>
<tfoot>
<tr>
<td class="oe_list_footer" />
<t t-foreach="widget.mis_report_data.header" t-as="f">
<td t-foreach="f_value.cols" class="oe_list_footer" />
</t>
</tr>
<tr></tr>
</tfoot>
</table>
</t>