X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2F__openerp__.py;h=0de2eb5c94e61e13f57caccb7daa8fd39e6d0c3c;hb=89a27bf5b6ff958dc6d0bc816b700e5b2d3f5bdd;hp=be11b205d24ba15af76f875060dad2d62972e28e;hpb=560cc943aedddc8e588e11a49803d216166cd7cb;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index be11b20..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', @@ -54,6 +54,7 @@ system to store and search in your CV base. 'security/hr_recruitment_security.xml', 'security/ir.model.access.csv', 'report/hr_recruitment_report_view.xml', + 'board_hr_recruitment_statistical_view.xml', 'hr_recruitment_installer_view.xml', 'res_config_view.xml', ],