跳至内容
菜单
此问题已终结
1 回复
3747 查看

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

形象
丢弃
最佳答案

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;

形象
丢弃
相关帖文 回复 查看 活动
0
3月 24
1649
3
8月 25
1879
0
12月 23
1738
0
7月 23
649
1
11月 22
3271