[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"> <table t-if="widget.mis_report_data" class="oe_list_content mis_builder">
<thead> <thead>
<tr class="oe_list_header_columns"> <tr class="oe_list_header_columns">
<t t-foreach="widget.mis_report_data.header" t-as="h">
<th class="oe_list_header_char"> <th class="oe_list_header_char">
<div> <div>
<t t-esc="h_value.kpi_name"/> <t t-esc="h_value.kpi_name"/>
</div> </div>
</th> </th>
<t t-foreach="widget.mis_report_data.header" t-as="h">
<th t-foreach="h_value.cols" t-as="col" class="oe_list_header_char mis_builder_ralign"> <th t-foreach="h_value.cols" t-as="col" class="oe_list_header_char mis_builder_ralign">
<div> <div>
<t t-esc="col.name"/> <t t-esc="col.name"/>