Skip to Content
Menu
This question has been flagged
1 Reply
1916 Views

Hi,

I am running Odoo 13 on my own server. My invoice look like the image attached. The only thing I want to change is to show the amount of TAX and not the percentage (% in this case).

Where can I change that?

Thanks!

Avatar
Discard
Best Answer

tax_amount = unit_price * (tax_percentage / 100 )
add this new column into your report and hide this one



Avatar
Discard
Related Posts Replies Views Activity
0
Jul 25
700
2
Feb 23
2066
0
Aug 22
2022
2
Jun 21
4539
3
Nov 19
5221