Friday, July 10, 2026
2 changes · saas-19.2
Enhancements to existing features
Deleting electronic document attachments in the Chilean localization is now much faster, especially for databases with many invoices or stock transfers. This reduces waiting time and improves day-to-day system performance for affected customers.
Original PR description
## The problem Deleting attachments checks foreign key triggers. Lookups in `account_move` and `stock_picking` tables for `ir_attachment` related fields coming from `l10n_cl_edi` overrides were slow due to missing indexes. ## The solution Added needed indexes to optimize triggers' lookups. ## Benchmark Time benchmark (deleting attachments from a customer database with 224K account moves and 204K stock pickings): |# of rows|Time (Before)|Time (After)| |----------|--------------|-------------| 100 | 29s | 16ms 1000 | 285s | 300ms OPW-6331845 Forward-Port-Of: odoo/enterprise#123350 Forward-Port-Of: odoo/enterprise#123252
The Time Off planning Gantt view now uses paging and opens with an overview scale by default. This should make large planning schedules easier and faster to browse, improving the experience for managers reviewing employee absences.
Original PR description
Add paging and default scale as the overview gantt task-6381315