[IMP] account: avoid fetching debit, credit in aged partner balance
Perform fetching, using `read` or `_read_from_database` on matched debit
and credit takes a huge amount of time, if there are too many acml being
processed. Delay fetching to `mapped` improve the performance greatly.
closes odoo/odoo#75969
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Loading
Please register or sign in to comment