[FIX] mis_builder: mis_widget was broken
parent
16e45f245e
commit
34cd3d1ceb
|
@ -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">
|
||||||
<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">
|
<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">
|
<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"/>
|
||||||
|
|
Loading…
Reference in New Issue