odoo/addons/hr_recruitment
Martin Trigaux 64b0e67a38
[FIX] hr_recruitment: wrong id on composer
When an applicant is moved from a stage to another, an email is sent to the
applicant(s) if an email template is specified on the stage.
The active_ids is correctly set in the compose context to be used by the
send_mail method to send a message to all the applicants in the new stage.

However, a potential active_id may be propagated from a previous action.
This is the case when a user goes from a Job Position record to the list of
applications and change the stage using the kanban view (active_id & active_ids
is the id of the hr.job).
The default_get method of mail.compose.message will use the active_id as the
default value for the field res_id which is wrong as it is the id of another
record).

Forcing the value at False instead of ids[0] as it would not work in batch mode.
The list of records is correctly used in send_mail anyway.

Closes #12494
2016-07-05 10:28:34 +02:00
..
doc [DOC] hr_recruitment: added changelog about template_id field 2013-12-23 10:28:31 +01:00
i18n [I18N] Update translation terms from Transifex 2016-07-03 02:59:06 +02:00
report [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
security [MERGE]sync with trunk. 2014-04-15 14:58:44 +05:30
static [MERGE] forward port of branch saas-3 up to ec27773 2014-11-05 21:46:42 +01:00
test [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
README.md [IMP] Maifest for Github README.md on main apps 2014-08-12 11:33:15 +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 [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
hr_recruitment.py [FIX] hr_recruitment: wrong id on composer 2016-07-05 10:28:34 +02:00
hr_recruitment_data.xml [MERGE] forward port of branch saas-5 up to 8dfd5ea 2014-06-27 16:14:40 +02: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 [FIX] *: alias help message 2015-04-01 10:52:37 +02:00
hr_recruitment_view.xml [FIX] hr: Show address doesn't work without always_reload option 2015-09-04 16:25:42 +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

README.md

Manage Recruitment and Job applications

Publish, promote and organize your job offers with the Odoo Open Source Recruitment Application.

Organize your job board, promote your job announces and keep track of application submissions easily. Follow every applicant and build up a database of skills and profiles with indexed documents.

Post Your Jobs on Best Job Boards

Connect automatically to most famous job board websites; linkedIn, Monster, Craigslist, ... Every job position has a new email address automatically assigned to route applications automatically to the right job position.

Whether applicants contact you by email or using an online form, you get all the data indexed automatically (resumes, motivation letter) and you can answer in just a click, reusing templates of answers.

Customize Your Recruitment Process

Use the kanban view and customize the steps of your recruitments process; pre-qualification, first interview, second interview, negociaiton, ...

Get accurate statistics on your recruitment pipeline. Get reports to compare the performance of your different investments on external job boards.

Streamline Your Recruitment Process

Follow applicants in your recruitment process with the smart kanban view. Save time by automating some communications with email templates.

Documents like resumes and motivation letters are indexed automatically, allowing you to easily find for specific skills and build up a database of profiles.

Integrated Surveys

Create your own interview canvas based on our best practices. Use the survey designer to adapt questions to your own process. Ask the applicant to fill in the survey online, or the interviewer to use it during real interviews.