Wednesday, March 15, 2017
2 changes · master
New functionality added to Odoo
Saved custom filters can now reopen as their original individual search criteria instead of one locked filter, making them easier for users to adjust. This improves workflows in areas like mass mailing and gamification by preserving more detail when filters are saved and reused.
Original PR description
Currently when loading a custom filter (`ir.filters`) into a search view, that filter becomes a single "atomic" search item and it's not possible to alter it. This PR adds a search-serialization field to `ir.filters` (next to the domain and context) which allows recovering the original search view state.
Enhancements to existing features
The CRM lead priority field is now labeled “Priority” instead of “Rating” to better match how users understand the star control. The tooltip on this field is also removed, reducing confusion while keeping the existing star behavior unchanged.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=30919&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - https://pad.odoo.com/p/r.224c93cc71683e341d5f271719d37ca5 Current behavior before PR: - Improve usability based on user test result Desired behavior after PR is merged: - Change label name 'Rating' to "Priority" + remove tooltip https://drive.google.com/a/odoo.com/file/d/0B93pOaZ-mrS7aU5mRzB6Z3BXWkE/view?usp=sharing - No change on the stars : should be as it is now -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr