X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2Fhr_recruitment_view.xml;h=218a699a0e33ef9a42e0bcc3777f7ba970eabaaa;hb=c5bbcb470528685e05b3d5f02fd57682c3b6fe13;hp=00098a4a766946e28778f1e91226c35d80a2f7e1;hpb=2a0d2178568f4bf623c24c747f44a92f5c4d9560;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/hr_recruitment_view.xml b/addons/hr_recruitment/hr_recruitment_view.xml index 00098a4..218a699 100644 --- a/addons/hr_recruitment/hr_recruitment_view.xml +++ b/addons/hr_recruitment/hr_recruitment_view.xml @@ -7,18 +7,14 @@ parent="hr.menu_hr_configuration" sequence="40" /> - # ------------------------------------------------------ - # Job Categories - # ------------------------------------------------------ + - - Applicant Categories - crm.case.categ - form - - [('object_id.model', '=', 'hr.applicant')] - - # ------------------------------------------------------ # Stage # ------------------------------------------------------ @@ -36,6 +32,43 @@ # 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 @@ -50,8 +83,6 @@ -