Skip to Content
Menu
This question has been flagged
1 Reply
1891 Views

Hi Guys,

getting the error "AttributeError: 'sale.order' object has no attribute 'amount_by_group" in my report after migrating from version 13 to 15. Want to know if there are changes to calling the amount_by_group for taxes in 15.






 on 


t-options='{"widget": "monetary", "display_currency": doc.pricelist_id.currency_id}'/>







t-options='{"widget": "monetary", "display_currency": doc.pricelist_id.currency_id}'/>




Avatar
Discard
Best Answer

Hello,

Yes it is changed by the "tax_totals_json" Field in odoo 15.

You need to check this field and its functionality for the tax groups.


Hope it will helps you.

Avatar
Discard
Author

Thanks Malay
At least this resolved the field issue. Have to go figure out why the List is out of range. Thanks once again.