Daily updates from Odoo
Thursday, May 5, 2022
1 change
Enhancements to existing features
This update streamlines how several accounting-related features filter accounting entries, reducing unnecessary database work. Users should see the same results, with potential performance improvements in reports, reconciliation, assets, budgets, follow-ups, consolidation, Mexican reports, and subscriptions.
Original PR description
Take advantage of already stored parent_state on account.move.line to use simpler domains and avoid adding a JOIN in ORM queries.