Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1564 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
9
thg 9 20
44801
1
thg 10 18
4022
0
thg 10 15
3530
2
thg 8 25
1933
2
thg 11 24
2606