diff --git a/report/account_template.xml b/report/account_template.xml index c2d19392acccd2e9639bc6c45d0924ed3ac648ab..390fe13677e757ca00dc07a959609f2a987314b7 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -355,9 +355,12 @@ > <tr> <td><strong><h5 - >Electricité autoconsommée</h5></strong></td> + >Electricité autoconsommée</h5></strong></td> <td class="text-right"> - <h4><strong><span t-field="o.power_cons"/> kWh</strong></h4> + <strong><h3><span + class="text-nowrap" + t-field="o.power_cons" + /> kWh</h3></strong> </td> </tr> <tr> @@ -393,9 +396,12 @@ <t t-if="o.is_tva"> <tr> <td><strong><h5 - >Total H.T.</h5></strong></td> + >Total H.T.</h5></strong></td> <td class="text-right"> - <strong><h4 t-field="o.amount_untaxed" /></strong> + <strong><h3 + class="text-nowrap" + t-field="o.amount_untaxed" + /></strong> </td> </tr>