Daily updates from Odoo
Tuesday, September 9, 2025
1 change · master
Features or functions removed from Odoo
The OCR extraction module was cleaned up by removing an old data model and field that are no longer used after the newer OCR boxes interface was introduced. This reduces internal complexity and helps maintain the system without changing the user-facing workflow.
Original PR description
Because of time constraints (freeze of version 19.0), the clean up of unused models was removed from the main commit (see 935b25fd). This commit removes the `iap.extracted.words` model and its related `extracted_word_ids` field that are no longer used since the introduction of the new OCR boxes interface. task-[5055731](https://www.odoo.com/odoo/project/2068/tasks/5055731)