OCA / account-reconcile

Odoo account reconciliation modules (statements, data completion...)
https://odoo-community.org/psc-teams/banking-10
GNU Affero General Public License v3.0
127 stars 369 forks source link

[14.0][IMP] account_reconciliation_widget: Performance opening reconciliation widget #646

Open pedrobaeza opened 3 months ago

pedrobaeza commented 3 months ago

There was an unneeded mapped of the initial statements that fetches a lot of data from statement lines that are not going to be used later, so let's remove it and optimize a bit the initial opening time.

In a customer database, we have improved the opening time from 120 seconds to 15.

@Tecnativa TT48753

pedrobaeza commented 3 months ago

Unrelated error...

pedrobaeza commented 3 months ago

@chienandalu changed except the first one, that is not needed.