X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2Fhr_recruitment_view.xml;h=a74707e9ca064b9cc5f4c59a7b61f91938f0b8c2;hb=89a27bf5b6ff958dc6d0bc816b700e5b2d3f5bdd;hp=e0af9b564e09f3e163315a68325042ceabf3bbd7;hpb=71c219ae234ebc4ca650422efba62c2abe304d0b;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/hr_recruitment_view.xml b/addons/hr_recruitment/hr_recruitment_view.xml index e0af9b5..a74707e 100644 --- a/addons/hr_recruitment/hr_recruitment_view.xml +++ b/addons/hr_recruitment/hr_recruitment_view.xml @@ -1,54 +1,80 @@ - - + - # ------------------------------------------------------ - # Job Categories - # ------------------------------------------------------ + - - Applicant Categories - crm.case.categ - form - - [('object_id.model', '=', 'hr.applicant')] - - - # ------------------------------------------------------ - # Stage - # ------------------------------------------------------ + Recruitment / Applicants Stages hr.recruitment.stage form [] {} - Define here your stages of the recruitment process, for example: qualification call, first interview, second interview, refused, hired. + +

+ Click to add a new stage in the recruitment process. +

+ Define here your stages of the recruitment process, for example: + qualification call, first interview, second interview, refused, + hired. +

+
- # ------------------------------------------------------ - # Jobs - # ------------------------------------------------------ + + + + Mark unread + True + ir.actions.server + + code + self.message_check_and_set_unread(cr, uid, context.get('active_ids'), context=context) + + + action_project_unread + + + action + + hr.applicant + client_action_multi + + + + Mark read + True + ir.actions.server + + code + self.message_check_and_set_read(cr, uid, context.get('active_ids'), context=context) + + + action_project_read + + + action + + hr.applicant + client_action_multi + Applicants hr.applicant - tree @@ -77,28 +103,17 @@ Jobs - Recruitment Form hr.applicant - form
-
-
+
-
-