Files
Odoo-18.0-20251222/account_financial_report/models
Jairo Llopis 2671e21526 [FIX] account_financial_report: optimize computation of analytic accounts
Installing the module in a big DB was very slow.

I applied several optimizations to the method for working better with big datasets:
- Prefetch all analytic account distribution.
- Batch writes as much as possible.

@moduon MT-4982
2024-11-29 15:38:41 +07:00
..