This question has been flagged
1 Reply
2884 Views

Hi Guys ,

Am using Odoo 11

Our tax withheld is computed as follows:

netprice=unit price divided by 1.12   example below: 100=112/1.12  per item

Withholding Tax= netprice multiple by 1 percent.

withtax=100 * 1%   therefore, 100*.01=10  per item


On our invoice presentation will be as follows:

qty        product description       unit price     amount

2 unit   Product A                            112*                 224

                                                               Net price    200   

                                                              VAT 12            24

                                                               wtax              -20 

                    Total               204     


Thank you for your help in advance.

Gain Charlie

Odoo users

Avatar
Discard
Best Answer

Did you try to create a tax group with 2 child taxes? See Taxes/Advanced Options.

Avatar
Discard
Author

i have created the ff on accounting/tax module

name scope amt computation group incl Price affectbase TaxAdj

vat12 purc 12% Percent of Price tax on on

wc100 purc -1% Percent of Price wc

ewt purc group of taxes:

vat12

wc100

But the problem is the WC100 is not compute base on netprice of 100 which should be 10 pesos only.

Please help.