Skip to Content
Menu
This question has been flagged
3 Replies
5661 Views

Hi,

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

Where can I change that?

Thanks!


Avatar
Discard
Best Answer

Sale order lines have the column 'price_tax' which calculates the total sum of all taxes in a line. So you should:

  1. Turn on the developer mode (through the settings dashboard)

  2. Go to any sale order → click on the bug icon (top right of the screen)→ select 'Edit form view'

  3. Find the tree of sale order lines (<tree string="Sales Order Lines") and inside it find the field - <field name="price_tax" invisible="1"/>

  4. Instead of invisible="1" – put invisible="0"

  5. Save --> Reload the page

Avatar
Discard
Author

I cannot find it. Is there another way to do it, or can you explain me more?

Best Answer

Hello faOtools

I have done exactly as you mentioned even tried change "price_tax" to 0 in all 3 sections but it doesn't work. I am using odoo cm15 any idea how to solve the problem?

Avatar
Discard
Author Best Answer

I am not able to find it. Does this change TAX 16% to the amount $200 for example?

Avatar
Discard

Isso vai colocar uma nova coluna exibindo o valor do imposto 200,00 como você citou

You should put a new sheet showing the amount of tax 200.00 as you quoted

Author

I don't follow, can you explain more?

Related Posts Replies Views Activity
2
Aug 24
396
0
Aug 24
308
1
Dec 23
9575
9
Jun 23
11129
2
Jan 22
2732