odoo/addons/hr
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 08:24:59 +00:00
images
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
static [IMP] missing file 2014-05-23 09:55:24 +02:00
test [FIX] improve yml test case 2013-10-15 14:10:22 +05:30
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py [IMP] hr.department cleanup 2014-01-29 01:29:13 +01:00
__openerp__.py [MERGE] upstream 2014-04-29 17:41:04 +02:00
hr.py [IMP] project: task: added reviewer_id field, linking towards a res.users, that is the 2014-06-11 10:40:39 +02:00
hr_data.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
hr_demo.xml [FIX] hr: demo data: removed color definition as this field is defind in hr_recruitment, not in hr 2014-02-11 13:05:51 +01:00
hr_installer.xml [IMP] removing unused ir.actions.todo.category object 2012-08-04 22:35:46 +02:00
hr_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
mail_hr_view.xml [IMP] post to hr.employee instead of res.partners 2013-04-17 11:49:27 +02:00
res_config.py [FIX] correct actions 2013-04-16 15:48:47 +02:00
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_users.py [FIX] hr: posting on the user should not fail when it is 2013-12-17 09:47:28 +01:00
res_users_view.xml [IMP] mail, hr: add new groups to res users form view (technical group because no specific use, but being able to modify them directly using the interface is quite useful). 2013-05-10 16:48:29 +02:00