[MERGE] Improved search view UI
authorGéry Debongnie <ged@odoo.com>
Tue, 21 Oct 2014 10:05:27 +0000 (12:05 +0200)
committerOlivier Dony <odo@openerp.com>
Tue, 21 Oct 2014 10:07:58 +0000 (12:07 +0200)
commitd822766296fed8f72d3168c675d4cf0b89e73f0c
treec8bf42a746d78fd4270ac87039085afb5d9359a1
parente8290470154881cf7f77aedda353048fa4acd0af
parentbc20dd9f03c96d3ed8ed96cfaae96d3d6882d9ab
[MERGE] Improved search view UI

This branch is the result of a UI rethink of the search views.
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 fontawesome
* transitions between views 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))