odoo/addons/hr_recruitment
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
..
doc [DOC] hr_recruitment: added changelog about template_id field 2013-12-23 10:28:31 +01:00
i18n Launchpad automatic translations update. 2014-05-07 06:27:12 +00:00
report [IMP] removes double groupby in row dimension, in hr recruitment reporting view (addon hr_recruitment) 2014-04-23 11:29:55 +02:00
security [MERGE]sync with trunk. 2014-04-15 14:58:44 +05:30
static [MERGE] Sync with parent 2014-04-08 16:05:55 +02:00
test [REM] Outdated test 2014-03-04 14:59:50 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [IMP] HR: add the configuration wizard(new added file >> hr/res_config.py, hr/res_config_view.xml,hr_recruitment/res_config.py, hr_recruitment/res_config_view.xml, hr_timesheet_sheet/res_config.py, hr_timesheet_sheet/res_config_view.xml) 2012-04-02 11:14:18 +05:30
__openerp__.py [MERGE] upstream 2014-04-29 17:41:04 +02:00
hr_recruitment.py [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
hr_recruitment_data.xml [MERGE] Merge trunk 2014-02-12 10:56:06 +01:00
hr_recruitment_demo.xml [Merge]with trunk 2014-04-15 15:00:47 +05:30
hr_recruitment_installer_view.xml [IMP] hr*: remove deprecated ir.actions.todo 2012-04-10 14:12:39 +02:00
hr_recruitment_menu.xml [IMP] hr_recruitment: updated help of default recruitment menu 2014-02-11 12:41:21 +01:00
hr_recruitment_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
res_config.py [FIX] crm, crm_partner_assign, res_partner, mail, project: removed deprecated fields, deprecated methods + references to it; also removed deprecated tags on things that are not deprecated anymore. Everything is under control. 2014-06-11 08:44:40 +02:00
res_config_view.xml [MRG] merge with lp:openobject-addons 2013-12-24 11:07:04 +05:30
survey_data_recruitment.xml [FIX] Adapting demo data to the new model 2014-04-08 16:58:35 +02:00