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

Hi,

I create a invoice and send to customer via email. (Invoice: Send by email template) Customer click to Invoice link in sent email. In opened browser window (portal) i click Pay Now button. I select credit card payment acquirer and system give me following error.

Server Error:
We are not able to redirect you to the payment form. 'account.move.line' object has no attribute 'invoice_line_tax_ids' 

How can i solve it?

Best regards

形象
丢弃
编写者 最佳答案

Hi,

I changed following rows in Payment Acquirer file  /<Payment Acquirer> /models/payment.py;

(line.invoice_line_tax_ids) to (line.tax_ids)

and problem is solved.

This app upgraded from V12. In Odoo 13 invoice_line_tax_ids field is removed.

Thanks

形象
丢弃
最佳答案

odoo 13 invoice_line_tax_ids removed What would be used instead?

形象
丢弃

are you getting this error without any custom modules ?

相关帖文 回复 查看 活动
2
9月 23
3973
1
12月 22
2224
3
11月 22
4482
1
11月 22
4766
1
5月 22
4071