[FIX] mis_builder: mis_widget was broken

pull/86/head
Stéphane Bidoul 2015-05-03 22:11:12 +02:00
parent 16e45f245e
commit 34cd3d1ceb
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@
<table t-if="widget.mis_report_data" class="oe_list_content mis_builder">
<thead>
<tr class="oe_list_header_columns">
<th class="oe_list_header_char">
<div>
<t t-esc="h_value.kpi_name"/>
</div>
</th>
<t t-foreach="widget.mis_report_data.header" t-as="h">
<th class="oe_list_header_char">
<div>
<t t-esc="h_value.kpi_name"/>
</div>
</th>
<th t-foreach="h_value.cols" t-as="col" class="oe_list_header_char mis_builder_ralign">
<div>
<t t-esc="col.name"/>