Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3631 Widoki

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

odoo 13 invoice_line_tax_ids removed What would be used instead?

Awatar
Odrzuć

are you getting this error without any custom modules ?

Powiązane posty Odpowiedzi Widoki Czynność
2
wrz 23
3835
1
gru 22
2145
3
lis 22
4339
1
lis 22
4648
1
maj 22
3952