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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
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
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|  | 9 سبتمبر 20  | 45481 | ||
|  | 1 أكتوبر 18  | 4582 | ||
|  | 0 أكتوبر 15  | 4042 | ||
|  | 2 أغسطس 25  | 2799 | ||
|  | 2 نوفمبر 24  | 3551 | 
