From: apa-tiny Date: Thu, 21 Jan 2010 12:42:08 +0000 (+0530) Subject: [ADD/IMP]:crm_hr,hr_evaluation: X-Git-Tag: 6.0.0-rc1-addons~1674^2~6^2 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=13460bde68ee78703bb6245e1537a7fa43226642;p=odoo%2Fodoo.git [ADD/IMP]:crm_hr,hr_evaluation: * Add demo data job survey in crm_hr. * Improved demo data for hr_evaluation. bzr revid: apa@tinyerp.com-20100121124208-rmv25daf8selh2yz --- diff --git a/addons/crm_hr/__terp__.py b/addons/crm_hr/__terp__.py index afa94c8..3faec9b 100644 --- a/addons/crm_hr/__terp__.py +++ b/addons/crm_hr/__terp__.py @@ -26,21 +26,21 @@ 'version': '1.0', 'category': 'Generic Modules/CRM & SRM', 'description': """ - This module provide Store the Job + This module provide Store the Job """, 'author': 'Tiny', 'website': 'http://www.openerp.com', - 'depends': ['crm','hr','board_crm_configuration'], + 'depends': ['crm','hr','board_crm_configuration','survey'], 'init_xml': [ 'crm_hr_data.xml' ], 'update_xml': [ - 'crm_hr_wizard.xml', + 'crm_hr_wizard.xml', 'crm_hr_view.xml', 'crm_hr_menu.xml', 'report_crm_hr_view.xml', 'security/crm_hr_security.xml', - 'board_crm_hr_statistical_view.xml', + 'board_crm_hr_statistical_view.xml', ], 'demo_xml': [ 'crm_hr_demo.xml' diff --git a/addons/crm_hr/crm_hr_data.xml b/addons/crm_hr/crm_hr_data.xml index 94a47be..8d8f6c2 100644 --- a/addons/crm_hr/crm_hr_data.xml +++ b/addons/crm_hr/crm_hr_data.xml @@ -1,76 +1,479 @@ - + - + Salesman - + - + Junior Developer - - - + + + - + Graduate - - + + Licenced - + > Bac +5 - + - + - + Initial Jobs Demand - + First Interview - + Second Interview - + Contract Proposed - + Contract Signed - + Refused by Employee - + Refused by Company - + + + + + + + Job Survey + draft + + + + + + Default Section + + + + + + + Education & Activities + + + + + + + Importance + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + From which university will you graduate? + + single_textbox + The comment you entered is in an invalid format. + + + + Other + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + Rate the Importance + + matrix_of_choices_only_one_ans + The comment you entered is in an invalid format. + + + + Other + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + Education + + comment + The comment you entered is in an invalid format. + + + + Other + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + Knowledge + + comment + The comment you entered is in an invalid format. + + + + Other + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + What is your gender? + + multiple_choice_only_one_ans + The comment you entered is in an invalid format. + + + + Other + + + + + + Male + + + + + + Female + + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + What age group do you belong to? + + multiple_choice_only_one_ans + The comment you entered is in an invalid format. + + + + Other + + + + + + 0 - 15 + + + + + 16 - 20 + + + + + 21 - 30 + + + + + 31 - 40 + + + + + 41 - 50 + + + + + 51 - 60 + + + + + 61 - 70 + + + + + 71 + + + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + Exprience + + comment + The comment you entered is in an invalid format. + + + + Other + + + + + + + do_not_validate + do_not_validate + Please enter a comment. + The choices need to add up to [enter sum here]. + + The comment you entered is in an invalid format. + + This question requires an answer. + + Activities + + comment + The comment you entered is in an invalid format. + + + + Other + + + + + + + + Not important + + + + + + + + Somewhat important + + + + + + + + Important + + + + + + + + Very important + + + + + + + + Most important + + + + + + + + Good pay + + + + + + + Getting on with colleagues + + + + + + + Office environment (décor, light, space etc) + + + + + + + Desk space + + + + + + + State of the art technology + + + + + + + Office location (proximity to home) + + + + + + + Good management/boss + + + + + + + Freebies such as tea, coffee and stationery + + + + + + + Perks such as free parking, gym passes etc + + + + + + + No out of hours working + + + + + + + Dress code + + + + + + + Regular meetings + + + + + + + Good social life (office nights out, good Christmas parties etc) + + + + + diff --git a/addons/hr_evaluation/__terp__.py b/addons/hr_evaluation/__terp__.py index 4dc5cb4..27e55d1 100644 --- a/addons/hr_evaluation/__terp__.py +++ b/addons/hr_evaluation/__terp__.py @@ -25,7 +25,7 @@ "author" : "Tiny", "category" : "Generic Modules/Human Resources", "website" : "http://www.openerp.com", - "depends" : ["hr","survey"], + "depends" : ["hr",'crm_hr'], "description": "Ability to create employees evaluation.", "init_xml" : [], "demo_xml" : ["hr_evaluation_demo.xml"], diff --git a/addons/hr_evaluation/hr_evaluation_data.xml b/addons/hr_evaluation/hr_evaluation_data.xml index ba19515..2a3d72d 100644 --- a/addons/hr_evaluation/hr_evaluation_data.xml +++ b/addons/hr_evaluation/hr_evaluation_data.xml @@ -1287,4 +1287,98 @@ Once the form had been filled, the employee send it to his supervisor. + + + + + waiting_answer + + + fp@tinyerp.com + 2010-02-21 + + + + + + + Manager's Evaluation Plan + + + + + + + + Send to Subordinates + + + + bottom-up + + + + + + + + + + + Send to Managers + + + + top-down + + + + + + + + + + + Send to Employee + + + + self + + + + + + + + + + + Final Interview With Manager + + + + final + + + + + + + + + + 0 + + + draft + + 2010-01-21 + + + + + +