From 0c60df0ea49f518e703eae3e06a8f40ee6f40ad9 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Wed, 12 Apr 2023 13:59:55 +0200 Subject: [PATCH] [UPD]Change font text --- report/account_template.xml | 84 +++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 45 deletions(-) diff --git a/report/account_template.xml b/report/account_template.xml index 53c3fa2..f4e199a 100644 --- a/report/account_template.xml +++ b/report/account_template.xml @@ -571,21 +571,19 @@ </td> </tr> </t> - <tr class="border-black o_total"> - <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 class="border-black o_total font-weight-bold"> + <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 font-weight-bold"> + <span + t-esc="current_subtotal" + t-options='{"widget": "monetary", "display_currency": o.currency_id}' + /> + </td> </tr> </tbody> </table> @@ -659,21 +657,19 @@ </t> <t t-else="" /> </t> - <tr class="border-black o_total"> - <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 class="border-black o_total font-weight-bold"> + <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> </tr> </tbody> </table> @@ -775,21 +771,19 @@ </td> </tr> </t> - <tr class="border-black o_total"> - <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 class="border-black o_total font-weight-bold"> + <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> </tr> </tbody> </table> -- GitLab