Wednesday, March 15, 2017
1 change
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.