bzr revid: fp@tinyerp.com-20100228195944-9oe7ojybq05s4wr3
This commit is contained in:
Fabien Pinckaers 2010-02-28 20:59:44 +01:00
parent 7af6c069f5
commit 9bef5becc3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class hr_installer(osv.osv_memory):
help="Tracks and manages employee expenses, and can "
"automatically re-invoice clients if the expenses are "
"project-related."),
'crm_hr':fields.boolean('Recruitment Process',
'hr_recruitement':fields.boolean('Recruitment Process',
help="Helps you manage and streamline your recruitment process."),
'hr_timesheet_sheet':fields.boolean('Timesheets',
help="Tracks and helps employees encode and validate timesheets "

View File

@ -25,7 +25,7 @@
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://www.openerp.com",
"depends" : ["hr",'crm_hr','survey'],
"depends" : ["hr",'hr_recruitement','survey'],
"description": "Ability to create employees evaluation.",
"init_xml" : [],
"demo_xml" : ["hr_evaluation_demo.xml"],