Skip to content
Snippets Groups Projects
Commit 54e04b02 authored by Marco Folco's avatar Marco Folco
Browse files

[MOD] benefits_report

Made the font-size smaller in order to improve readibility
parent 26f8859e
No related branches found
No related tags found
1 merge request!107[MOD] benefits_report
......@@ -32,7 +32,7 @@
<t t-foreach="records[lot_number][insurance][professional]" t-as="descriptor">
<t t-set="record_count" t-value="record_count+len(records[lot_number][insurance][professional][descriptor])"/>
<t t-foreach="records[lot_number][insurance][professional][descriptor]" t-as="benefit">
<table class="table table-sm o_main_table" style="table-layout:fixed;">
<table class="table table-sm o_main_table" style="table-layout:fixed;font-size:0.8em;">
<tr>
<td style="width:15%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><span t-esc="insurance"/></td>
<td style="width:22.5%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><span t-esc="professional"/></td>
......@@ -43,7 +43,7 @@
</tr>
</table>
<hr style="height:1px;border-width:0;color:gainsboro;background-color:gainsboro;"/>
<p style="text-align:right;">Descriptors applied by <strong t-esc="professional"/> through <strong t-esc="insurance"/> for <strong t-esc="benefit['descriptor']"/> = <strong t-esc="len(records[lot_number][insurance][professional][descriptor])"/></p>
<p style="text-align:right;font-size:0.8em;">Descriptors applied by <strong t-esc="professional"/> through <strong t-esc="insurance"/> for <strong t-esc="benefit['descriptor']"/> = <strong t-esc="len(records[lot_number][insurance][professional][descriptor])"/></p>
<hr style="height:1px;border-width:0;color:black;background-color:black;"/>
</t>
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment