fixup! account_financial_report: Increase columns width in general ledger Before this commit, amounts such as "10'000.00 CHF" were exceeding their columns width. Label column could be reduced as it's printed correctly over two different lines.

pull/939/head
Tonow-c2c 2020-05-06 15:26:28 +02:00 committed by David Ramia
parent 3af5d7da1d
commit c6abc07be6
1 changed files with 13 additions and 5 deletions

View File

@ -174,7 +174,10 @@
<!--## credit-->
<div class="act_as_cell amount" style="width: 8.02%;">Credit</div>
<!--## balance cumulated-->
<div class="act_as_cell amount" style="width: 8.02%;">Cumul. Bal.</div>
<div
class="act_as_cell amount"
style="width: 8.02%;"
>Cumul. Bal.</div>
<t t-if="foreign_currency">
<!--## currency_name-->
<div class="act_as_cell" style="width: 2.08%;">Cur.</div>
@ -727,12 +730,17 @@
/> - <span
t-esc="o._get_atr_from_dict(account['id'], accounts_data, 'name')"
/></div>
<div class="act_as_cell right"
style="width: 16.9%;">Ending balance</div>
<div
class="act_as_cell right"
style="width: 16.9%;"
>Ending balance</div>
</t>
<t t-if='type == "partner_type"'>
<div class="act_as_cell first_column" style="width: 41.32%;"/>
<div class="act_as_cell right" style="width: 16.9%;">Partner ending balance</div>
<div class="act_as_cell first_column" style="width: 41.32%;" />
<div
class="act_as_cell right"
style="width: 16.9%;"
>Partner ending balance</div>
</t>
<t t-if="show_cost_center">
<!--## cost_center-->