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
2525 Widoki

Hi, I encountered an error AttributeError: 'sale.order' object has no attribute 'amount_by_group' on my report after migrating from Odoo 14 to Odoo 16. Is there a field that achieves the same functionality as 'amount_by_group' on Odoo 16?




I refered to another post and it turned out that the 'amount_by_group' is changed to the 'tax_totals_json' field but I couldn't find a 'tax_totals_json' field on my 'sale.order'




Thank you in advance

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Erik,

Please check "tax_totals" field from sale order model. this function field return all the values which you want. 

Please vote if It's help you. 

Awatar
Odrzuć
Najlepsza odpowiedź


This code Worked in my case. Hope it will help you.
Thanks
(V17.0)
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
sie 25
2694
1
maj 25
2685
1
kwi 25
3674
1
kwi 25
4526
1
kwi 25
1987