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!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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!
Sale order lines have the column 'price_tax' which calculates the total sum of all taxes in a line. So you should:
Turn on the developer mode (through the settings dashboard)
Go to any sale order → click on the bug icon (top right of the screen)→ select 'Edit form view'
Find the tree of sale order lines (<tree string="Sales Order Lines") and inside it find the field - <field name="price_tax" invisible="1"/>
Instead of invisible="1" – put invisible="0"
Save --> Reload the page
I cannot find it. Is there another way to do it, or can you explain me more?
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?
I am not able to find it. Does this change TAX 16% to the amount $200 for example?
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
I don't follow, can you explain more?
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
2
11月 25
|
3085 | |||
|
1
7月 25
|
8336 | |||
|
1
3月 25
|
2325 | |||
|
2
8月 24
|
2972 | |||
|
1
12月 23
|
12123 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.