Comment 14 for bug 1223243

Revision history for this message
Martin Trigaux (OpenERP) (mat-openerp) wrote :

Hello,

We have merged two fix on account speeding up the performances to a more acceptable level

- revision 9458: reduce the number of time validate() function is called on account move (worst case was one per line, now should be one per move)
- revision 9679: reduce the number of time analytic lines are created and dropped as mentioned Frederic (only end of validation, unbalanced move creates no analytic lines)

Another possible fix (but not merged in 7.0) is grouping all the constraints on account.move.line to make only one browse instead of 8 per move.

If you have other suggestion of improvement, let us know