Thursday, May 26, 2016
3 changes
New functionality added to Odoo
Adds an embedded code-style editor for selected backend and website text fields, making it easier to edit structured content such as Python, XML, and website snippets. This improves usability for administrators and technical users by providing clearer formatting and language-aware editing where plain text boxes were previously used.
Original PR description
- Task: https://www.odoo.com/web#id=12841&view_type=form&model=project.task
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.