Daily updates from Odoo
Monday, July 17, 2023
1 change
Resolved issues and error corrections
This fix adds missing database indexing for key engineering change approval and status fields. It should make approval queues, counters, filters, and related searches respond faster without changing user workflows.
Original PR description
Add missing index on `approval_type` of `mrp.eco.approval.template`, `status` of `mrp.eco.approval`, `state` of `mrp.eco` used in: - `_search_awaiting_my_validation` - `_compute_nb` - in search view filters - a few searches on 'mrp.eco' task-3420528