I would like to change the 'Total' label to 'Gross'. Can anyone help or does anyone know how to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
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.
<xpath expr="//label[@class='o_form_
<label class="o_form_label o_tax_total_label">Gross</
</xpath>
</template>
</odoo>
Regards
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
9
de set. 20
|
44063 | ||
|
1
d’oct. 18
|
3223 | ||
|
0
d’oct. 15
|
2864 | ||
|
1
de gen. 25
|
797 | ||
|
2
de nov. 24
|
1411 |