Skip to content
Snippets Groups Projects
Commit c25e9765 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

typo

bzr revid: fp@tinyerp.com-20100228200229-ijg8rovl1sumc8dj
parent 9bef5bec
No related branches found
No related tags found
No related merge requests found
Showing
with 1478 additions and 1478 deletions
......@@ -22,7 +22,7 @@
<separator string="Human Resources Management" colspan="4"/>
<field name="hr_holidays"/>
<field name="hr_expense"/>
<field name="crm_hr"/>
<field name="hr_recruitment"/>
<field name="hr_timesheet_sheet"/>
<field name="hr_contract"/>
<field name="hr_evaluation"/>
......
......@@ -350,11 +350,11 @@
<filter icon="terp-crm"
domain="[('state','in',('open','recruit'))]"
string="Current"
help="Open and in recruitement positions"/>
help="Open and in recruitment positions"/>
<filter icon="terp-crm"
domain="[('state','=','recruit')]"
string="Recruitement"
help="In Recruitement"/>
string="Recruitment"
help="In Recruitment"/>
<filter icon="terp-crm"
domain="[('state','=','open')]"
string="Open"
......
......@@ -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."),
'hr_recruitement':fields.boolean('Recruitment Process',
'hr_recruitment':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 "
......
......@@ -25,7 +25,7 @@
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://www.openerp.com",
"depends" : ["hr",'hr_recruitement','survey'],
"depends" : ["hr",'hr_recruitment','survey'],
"description": "Ability to create employees evaluation.",
"init_xml" : [],
"demo_xml" : ["hr_evaluation_demo.xml"],
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment