[FIX] account_financial_report: correctly sum amount_currency in read_group for trial balance

On Odoo18 if you group:sum by amount_currency, if you don't put currency_id in the group field
the amount_currency is removed by read_group function on account addon
This commit is contained in:
micheledic
2025-09-12 14:52:11 +02:00
parent 8535b91884
commit 47a66bb5f2
4 changed files with 68 additions and 59 deletions

View File

@@ -31,6 +31,8 @@
- Saran Lim. \<<saranl@ecosoft.co.th>\>
- Omar Casti??eira \<<omar@comunitea.com>\>
- Chau Le \<<chaulb@trobz.com>\>
- [Stesi Consulting](https://www.stesi.consulting):
- Michele Di Croce \<<dicroce.m@stesi.consulting>\>
Much of the work in this module was done at a sprint in Sorrento, Italy
in April 2016.