X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fhr_recruitment%2F__openerp__.py;h=0de2eb5c94e61e13f57caccb7daa8fd39e6d0c3c;hb=89a27bf5b6ff958dc6d0bc816b700e5b2d3f5bdd;hp=14557c33c42624dd2d5e62d32df08dad1b415d22;hpb=56406bebe409e0f6f98381644f483677a53785a2;p=odoo%2Fodoo.git diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 14557c3..0de2eb5 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -6,53 +6,71 @@ # $Id$ # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by +# it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## - { - 'name': 'HR - Recruitement', + 'name': 'Recruitment Process', 'version': '1.0', - 'category': 'Generic Modules/Human Resources', + 'category': 'Human Resources', + "sequence": 24, + "summary": "Recruitment Process, Job Descriptions", 'description': """ -Manages job positions and the recruitement process. It's integrated with the -survey module to allows you to define interview for different jobs. +Manages job positions and the recruitment process. +================================================== + +It's integrated with the survey module to allow you to define interview for different jobs. This module is integrated with the mail gateway to automatically tracks email sent to jobs@YOURCOMPANY.com. It's also integrated with the document management system to store and search in your CV base. """, - 'author': 'Tiny', + 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', - 'depends': ['hr','survey','crm'], - 'init_xml': [ - 'hr_recruitment_data.xml' + 'images': ['images/hr_recruitment_analysis.jpeg','images/hr_recruitment_applicants.jpeg'], + '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', 'hr_recruitment_menu.xml', -# 'report_hr_recruitment_view.xml', 'security/hr_recruitment_security.xml', 'security/ir.model.access.csv', - 'board_hr_recruitment_statistical_view.xml', 'report/hr_recruitment_report_view.xml', - 'wizard/hr_recruitment_create_partner_job_view.xml', + 'board_hr_recruitment_statistical_view.xml', + 'hr_recruitment_installer_view.xml', + 'res_config_view.xml', ], + 'init_xml': [ + 'hr_recruitment_data.xml' + ], 'demo_xml': [ - 'hr_recruitment_demo.xml' + 'hr_recruitment_demo.yml', ], + 'test':[ + 'test/recruitment_process.yml', + ], 'installable': True, - 'active': False, + 'auto_install': False, + 'certificate' : '001073437025460275621', + 'application': True, } + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: