Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1508 Zobrazení

I would like to change the 'Total' label to 'Gross'. Can anyone help or does anyone know how to do this?

Avatar
Zrušit
Nejlepší odpověď

Hi,


To change the label from "Total" to "Gross" you can create a new template that extends the original one.

Use the following code to change the label:

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="custom_tax_totals_field" inherit_id="account.TaxTotalsField">
<xpath expr="//label[@class='o_form_label o_tax_total_label'][last()]" position="replace">
<label class="o_form_label o_tax_total_label">Gross</label>
        </xpath>
    </template>
</odoo>

Regards

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
9
zář 20
44745
1
říj 18
3982
0
říj 15
3486
2
srp 25
1846
2
lis 24
2531