Skip to content
Snippets Groups Projects
Commit 28410d8e authored by Hoang Tran's avatar Hoang Tran
Browse files

[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: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent 1d115930
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment