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