-
@yelizariev @gantscha I'm looking at this myself: github.com/odoo-dev/odoo/commit/50460d22498f8db687b10b3ab3544fe2832bef9a Two processes take time when closing a huge session: 1/ creating the bank statements for the payments (no solution for this but O(n)) and 2/ reconciling. This last step is more like O(n²) :( Warning: not yet fully tested.
-
@yelizariev @gantscha Perhaps the real issue is allowing the position session to grow so big without warning users though. How old is the session to grow so big? We advise our customer to close & validate sessions everyday but 'self' customer can be left in the dark...