Thursday, May 26, 2016
2 changes
Enhancements to existing features
Recruitment users can now quickly search attached documents by their file contents, making it easier to find candidate and job-related files. The document search view was also simplified by removing filters that were not useful in this context.
Original PR description
Description of the issue/feature this PR addresses: - **index of content** **Task:**https://www.odoo.com/web#id=23938&view_type=form&model=project.task&action=333&active_id=131&menu_id= **PAD:**https://pad.odoo.com/p/r.a698e12e3ed259788a9f0544bce5cbee Current behavior before PR: -Quick search based on file content(index_content) was not possible -There were unnecessary filters My Document(s), url, binary in document search view Desired behavior after PR is merged: -Quick search on file content(index_content) field. -Removed unnecessary filters My Document(s), url, binary from document search view. I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update changes how many Odoo screen templates are packaged and loaded, turning them into reusable web bundles with server-side translations included. This should reduce duplicated loading work and make the web interface more consistent across affected apps, with supporting tests added to protect the change.