odoo/addons/hr_recruitment
Thibault Delavallée 9e2c08219d [REF] hr_recruitment stage management cleaning
Using stages and states is not easy to manage. Indeed those two fields mess with the same basic concept. This task remove the state on hr.applicant model, leaving only stages.

Main features:
- removed base_stage inheritance on hr.applicant model
- removed state field on hr.applicant model
- removed state field on hr.recruitment.stage model
- removed date field on hr.applicant model, not used anywhere; other date fields are considered as sufficient
- added date_last_stage_update on hr.applicant model, holding the date of the last stage change, allowing reporting and analysis on time spend in stages
- date_open is set when assigning an user to the applicant; date_open now means assignation date

This allows to remove nearly all buttons on the form view. As the statusbar is clickable, the only remaining action is to create an employee from the applicant, which is a link button in the form view.

Subtypes have been updated :
- new applicant: stage_id.sequence=1
- other: stage change

Misc:
- [IMP] views accordingly;
- [IMP] reports accordingly, added date_last_stage_update in reports;
- [IMP] subtypes: New, Stage Changed and Hired are kept;
- [REM] removed some tests because they are not applicable anymore;
- [DOC] doc directory + changelog + stage explanation;
- [REM] removed hired.employee wizard

bzr revid: tde@openerp.com-20130709115904-o9ac29fesu3lreol
2013-07-09 13:59:04 +02:00
..
doc [DOC] Added forgotten change on changelog. 2013-07-09 13:55:11 +02:00
i18n Launchpad automatic translations update. 2013-07-15 05:14:00 +00:00
report [IMP] hr_recruitment: added date_last_stage_update field, holding date of last stage modification; removed hired.employee wizard that does not seem to be used anywhere, nor to be useful. 2013-07-08 11:11:56 +02:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [IMP] hr_recruitment: added date_last_stage_update field, holding date of last stage modification; removed hired.employee wizard that does not seem to be used anywhere, nor to be useful. 2013-07-08 11:11:56 +02:00
wizard [IMP] hr_recruitment: added date_last_stage_update field, holding date of last stage modification; removed hired.employee wizard that does not seem to be used anywhere, nor to be useful. 2013-07-08 11:11:56 +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 [REF] hr_recruitment stage management cleaning 2013-07-09 13:59:04 +02:00
board_hr_recruitment_statistical_view.xml [REF] hr_recruitment: removed base_stage inheritance, state field. Updated views / reports. Still not updated subtypes. 2013-06-27 11:48:07 +02:00
hr_recruitment.py [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc 2013-07-18 13:59:28 +02:00
hr_recruitment_data.xml [REF] hr_recruitment: removed base_stage inheritance, state field. Updated views / reports. Still not updated subtypes. 2013-06-27 11:48:07 +02:00
hr_recruitment_demo.xml [fix]typo 2013-03-13 15:07:09 +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] display alias on project, crm, hr 2013-03-04 16:13:55 +01:00
hr_recruitment_view.xml [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc 2013-07-18 13:59:28 +02:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml [IMP] cleaned ir.actions.todo to launch newly installed application 2012-09-16 13:42:49 +02:00