X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2F__openerp__.py;h=0de2eb5c94e61e13f57caccb7daa8fd39e6d0c3c;hb=89a27bf5b6ff958dc6d0bc816b700e5b2d3f5bdd;hp=4a29befbfaff2328295407c4a696b31ad7c5e09a;hpb=ea859f54c8f17105f9d3e416393814398929beb0;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 4a29bef..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. ================================================== @@ -37,9 +38,15 @@ system to store and search in your CV base. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'images': ['images/hr_recruitment_analysis.jpeg','images/hr_recruitment_applicants.jpeg'], - 'depends': ['decimal_precision', 'hr', 'survey', 'crm', 'fetchmail'], + 'depends': [ + 'base_status', + 'decimal_precision', + 'hr', + 'survey', + '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',