|
|
@ -1,12 +1,14 @@ |
|
|
|
<template> |
|
|
|
<t t-name="mis_builder.MisReport"> |
|
|
|
<div class="oe_mis_builder_content"> |
|
|
|
<div class="oe_mis_builder_buttons oe_right"> |
|
|
|
<button class="oe_mis_builder_print"><img src="/web/static/src/img/icons/gtk-print.png"/> Print</button> |
|
|
|
<button class="oe_mis_builder_export"><img src="/web/static/src/img/icons/gtk-go-down.png"/>Export</button> |
|
|
|
<button style="display: none;" class="oe_mis_builder_settings"><img src="/web/static/src/img/icons/gtk-execute.png"/> Settings</button> |
|
|
|
<t t-if="widget.mis_report_data"> |
|
|
|
<h2><t t-esc="widget.mis_report_data.report_name" /></h2> |
|
|
|
<div class="oe_mis_builder_buttons oe_right oe_button_box"> |
|
|
|
<button class="oe_mis_builder_print btn btn-sm oe_button"><img src="/web/static/src/img/icons/gtk-print.png"/> Print</button> |
|
|
|
<button class="oe_mis_builder_export btn btn-sm oe_button"><img src="/web/static/src/img/icons/gtk-go-down.png"/>Export</button> |
|
|
|
<button style="display: none;" class="oe_mis_builder_settings btn btn-sm oe_button"><img src="/web/static/src/img/icons/gtk-execute.png"/> Settings</button> |
|
|
|
</div> |
|
|
|
<table t-if="widget.mis_report_data" class="oe_list_content mis_builder"> |
|
|
|
<table class="oe_list_content mis_builder"> |
|
|
|
<thead> |
|
|
|
<t t-foreach="widget.mis_report_data.header" t-as="h"> |
|
|
|
<tr class="oe_list_header_columns"> |
|
|
@ -63,6 +65,7 @@ |
|
|
|
</tr> |
|
|
|
</tfoot> |
|
|
|
</table> |
|
|
|
</t> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
</template> |