Skip to Content
मेन्यू
This question has been flagged
1 Reply
3867 Views

Could someone explain how to use Special Computaion with an example?

Avatar
Discard
Best Answer

Try this (to be modified according to your objective) with your new tax

 

Code Python

# price_unit # or False # product: product.product object or None # partner: res.partner object or None

Code Python (TVA Incl)

result = ((price_unit-3.17)/1.055* 0.055 + (3.17/1.2)*0.2)

Here we have a kit with 2 components with 2 differents tax rates; one of the component has a standard price of 3.17;

Avatar
Discard
Related Posts Replies Views Activity
0
मार्च 24
1866
3
अग॰ 25
2117
0
दिस॰ 23
1943
0
जुल॰ 23
649
1
नव॰ 22
3435