Commit Graph

6 Commits

Author SHA1 Message Date
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Fabien Pinckaers f55dfdc40e [IMP] Certification Template
bzr revid: fp@tinyerp.com-20140504113847-4xmjg30m5leaqz2c
2014-05-04 13:38:47 +02:00
Richard Mathot (OpenERP) c24ee0e374 [REF] Code cleaning
bzr revid: rim@openerp.com-20140418125957-5uvnbn4bl8gilufg
2014-04-18 14:59:57 +02:00
Richard Mathot (OpenERP) 9a858f7daa [ADD] website_certification: new module to display certificated people on website
bzr revid: rim@openerp.com-20140418125043-mhe8u8f18pov0nce
2014-04-18 14:50:43 +02:00