[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

@@ -527,6 +527,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
<li>Omar Casti??eira &lt;<a class="reference external" href="mailto:omar&#64;comunitea.com">omar&#64;comunitea.com</a>&gt;</li>
<li>Chau Le &lt;<a class="reference external" href="mailto:chaulb&#64;trobz.com">chaulb&#64;trobz.com</a>&gt;</li>
<li><a class="reference external" href="https://www.stesi.consulting">Stesi Consulting</a>:<ul>
<li>Michele Di Croce &lt;<a class="reference external" href="mailto:dicroce.m&#64;stesi.consulting">dicroce.m&#64;stesi.consulting</a>&gt;</li>
</ul>
</li>
</ul>
<p>Much of the work in this module was done at a sprint in Sorrento, Italy
in April 2016.</p>