Daily updates from Odoo
Tuesday, October 21, 2014
1 change · master
Enhancements to existing features
The web client search experience has been redesigned with clearer menus for filters, grouping, and favorites, making it easier for users to find and organize records. Navigation and view headers were also reworked to be more responsive and smoother, with fixes restoring dashboard, spreadsheet, mail, pager, graph, and early pivot capabilities.
Original PR description
This branch is the result of a UI rethink of the searchview. In order to do that, many other parts had to be moved/reworked. Main changes affect action manager, view manager and search view (they have been almost completely rewritten) Some highlights: - search view has 3 submenus (filters, groupbys, favorites) and all inputs are included in these submenus - view manager header is now responsive, and bootstrapized - icons are now using the font fontawesome - transitions should have much less flicker (because of work in action and view managers) - debug mode has a pretty icon (because why not) - we can now add custom groupbys (every groupable fields from the model are exposed (make sure you have good descriptive strings))