From 7e741e483af779766424b7c535d91f3832780d68 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Wed, 12 Apr 2023 12:16:57 +0200 Subject: [PATCH] [UPD]Change style text PDF --- report/account_template.xml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/report/account_template.xml b/report/account_template.xml index dcc22fe..287240c 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> -- GitLab