Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1749 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
9
set 20
45008
1
ott 18
4187
0
ott 15
3662
2
ago 25
2239
2
nov 24
2974