I did an invoce with basic tax (VAT 16%). My invoice is 100USD (BASE) + 16US (VAT) = Total of 116US.
When I received the payment my client did some law retention:
Tax1: VAT * 0.15%
Tax2: BASE * 0.11%
Tax3: BASE/1000 * (9.66)
In my example, they pay in total was:
116 USD - Tax1 - Tax2 - Tax3 = 103,77 US.
I registered the payment of 103.77. But I need to register the Tax1, Tax2 and Tax3 to the corresponding accounts so the total of the invoce match the 116USD
How can i do that?.
I'm using odoo v8