X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2F__openerp__.py;h=0de2eb5c94e61e13f57caccb7daa8fd39e6d0c3c;hb=89a27bf5b6ff958dc6d0bc816b700e5b2d3f5bdd;hp=b83a482e1c146d00d0d109c58602865ced6f711b;hpb=036a2fa00c77c38d2b6626c54a9bac07102079e7;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index b83a482..0de2eb5 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -24,6 +24,7 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 24, + "summary": "Recruitment Process, Job Descriptions", 'description': """ Manages job positions and the recruitment process. ================================================== @@ -42,11 +43,10 @@ system to store and search in your CV base. 'decimal_precision', 'hr', 'survey', - 'crm', + 'base_calendar', 'fetchmail', ], 'update_xml': [ - 'wizard/hr_recruitment_phonecall_view.xml', 'wizard/hr_recruitment_employee_hired.xml', 'wizard/hr_recruitment_create_partner_job_view.xml', 'hr_recruitment_view.xml',