diff --git a/report/account_template.xml b/report/account_template.xml index dcc22fe14f80558bad31b492d9d3b0d91b4c25b4..287240c83d77518c18fce5206140e33da3e89028 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -357,7 +357,7 @@ <td><strong><h5 >Electricité autoconsommée</h5></strong></td> <td class="text-right"> - <h4 t-field="o.power_cons"> kWh</h4> + <h4 t-field="o.power_cons"><strong><span> kWh</span></strong></h4> </td> </tr> <tr> @@ -395,7 +395,7 @@ <td><strong><h5 >Total H.T.</h5></strong></td> <td class="text-right"> - <h4 t-field="o.amount_untaxed" /> + <strong><h4 t-field="o.amount_untaxed" /></strong> </td> </tr> @@ -584,8 +584,8 @@ </table> <!-- Table pour les taxes TCFE--> - <h6 class="mt-4 text-uppercase"> - ACCISE*</h6> + <h6 class="mt-4 text-uppercase"><strong> + ACCISE*</strong></h6> <table class="table table-sm o_main_table" name="account_line_table" @@ -653,18 +653,20 @@ <t t-else="" /> </t> <tr class="border-black o_total"> - <t t-if="o.is_tva"> - <td colspan="5">MONTANT TOTAL</td> - </t> - <t t-else=""> - <td colspan="3">MONTANT TOTAL</td> - </t> - <td class="text-center"> - <span - t-esc="current_subtotal" - t-options='{"widget": "monetary", "display_currency": o.currency_id}' - /> - </td> + <strong> + <t t-if="o.is_tva"> + <td colspan="5">MONTANT TOTAL</td> + </t> + <t t-else=""> + <td colspan="3">MONTANT TOTAL</td> + </t> + <td class="text-center"> + <span + t-esc="current_subtotal" + t-options='{"widget": "monetary", "display_currency": o.currency_id}' + /> + </td> + </strong> </tr> </tbody> </table>