跳至內容
選單
此問題已被標幟
1 回覆
2264 瀏覽次數

In my country there are taxes that are calculated based on the quantity of the product, like gasoline. So I've created a tax that I should pay 0.45 per sold liter and it is defined like the following:

amount_type: 'code'

python_compute: result = quantity * 0.45

In the account.move this tax works fine, the problem is in the POS where it shows like there are no taxes at all

頭像
捨棄

Hi Simon,

We got same issue, have you solves the problem? Can you tell us more about it?


Regards.

最佳答案

We've made a module so the POS could calculate taxes with python code, but it only works with simple taxes not compound one's

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
10月 25
191
0
11月 21
48
0
1月 21
345
1
12月 20
3954
0
3月 15
5262