odoo/addons/hr_evaluation
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
..
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
report [IMP] replace all 'Group By...' by 'Group By' 2014-05-22 11:44:35 +02:00
security [FIX] hr_evaluation: give access to the right survey menus 2014-04-28 11:41:43 +02:00
specifications merged with trunk 2010-12-30 15:28:09 +05:30
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [REM] Disabling outdated tests because hr_evaluation will be totally refactored for v8 2014-03-19 13:24:53 +01:00
__init__.py [FIX] incorrect import, prepare for wizard removal 2012-12-09 19:22:37 +01:00
__openerp__.py [MERGE] merge with latest trunk and resolve conflicts 2014-04-14 16:31:49 +05:30
hr_evaluation.py [FIX] code cleanup (addon hr_evaluation) 2014-05-07 11:03:28 +02:00
hr_evaluation_data.xml [REV] to r10597 (typo) 2014-03-19 11:30:36 +01:00
hr_evaluation_demo.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
hr_evaluation_installer.xml [IMP] introducing new file type: html 2012-08-04 16:35:56 +02:00
hr_evaluation_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
survey_data_appraisal.xml [FIX] Adapting demo data to the new model 2014-04-08 16:58:35 +02:00