Browse Source

[FIX] mis_builder: mis_widget was broken

pull/86/head
Stéphane Bidoul 9 years ago
parent
commit
34cd3d1ceb
  1. 10
      mis_builder/static/src/xml/mis_widget.xml

10
mis_builder/static/src/xml/mis_widget.xml

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

Loading…
Cancel
Save