Browse Source

[FIX] mis_builder: widget footer was broken

pull/189/head
Stéphane Bidoul 8 years ago
parent
commit
087906c5e8
  1. 7
      mis_builder/static/src/xml/mis_widget.xml

7
mis_builder/static/src/xml/mis_widget.xml

@ -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>

Loading…
Cancel
Save