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

Hello


I used to create invoices through external api in version 12

In order to calculate taxes I was calling 

compute_taxes on  account.invoice

I know that now in version 14 it is invoice is replaced with 

account.move

but the method to re-calculate taxes does not exist anymore 
There is  _recompute_tax_lines but it seems to be private so cannot call it remotely. 

How can I force to recalculate the invoice lines in version 14 ? 


Thanks for your help


頭像
捨棄
最佳答案

I don't see any public function calling _recompute_tax_lines, so i guess try these :
- try to call _recompute_tax_lines from xmlrpc
- wrap the function with other public function


頭像
捨棄
作者 最佳答案

Any help ?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
10月 18
3080
1
12月 17
7708
0
10月 17
5698
1
8月 17
8891
1
7月 25
1531