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

How to change the invoice caption "Untaxed amount" to "Net Amount" in Odoo17

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

Hello Reshma,

I hope you're doing well.

Follow my image and you will be able to change easily.

  1. Click on the Studio button.
  2. Access Studio View:

    • Once Studio is open, you'll see the Studio interface.
    • Click on the Reports button to start customizing your reports.

Step : 3 follow images below.


Hope this helps!

Thanks & Regards,

Name : Yahoo Baba

Email:  yahoobaba077@gmail.com

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

With Studio on Odoo 17 Enterprise online, it doesn't let me to modify the label for the Untaxed amount. Trying with the Setting-->Technical-->View option also didn't help.

Is there a way to make this change to this field "Untaxed amount" using the studio ?. Kindly suggest 

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

Settings –> Technical –> Views

Find document_tax_totals_template and change:

 

<td><strong t-out="subtotal['name']">Untaxed Amount</strong></td>



to


<td><strong>Net Amount</strong></td>



Ảnh đại diện
Huỷ bỏ

If we update module then i'm pretty sure it will update back to original

Câu trả lời hay nhất

Using Odoo Studio if u use Odoo Enterprise or need coding if you don't i guess

Ảnh đại diện
Huỷ bỏ