[IMP] hr config: code and view cleanup

bzr revid: rco@openerp.com-20120509133721-8v9khjkg2nqbz5wd
This commit is contained in:
Raphael Collet 2012-05-09 15:37:21 +02:00
parent e64d8c2d89
commit 40fa75076e
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,6 @@ class hr_config_settings(osv.osv_memory):
help ="""This installs the module hr_contract."""),
'module_hr_evaluation': fields.boolean('Periodic Appraisals',
help ="""This installs the module hr_evaluation."""),
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,12 +25,13 @@
<field name="module_hr_evaluation"/>
<field name="module_hr_contract"/>
<field name="module_hr_holidays"/>
<group name="config_timesheets" colspan="2"/>
<separator string="Timesheets" colspan="4"/>
<field name="module_hr_attendance"/>
<field name="module_hr_timesheet"/>
<field name="module_hr_attendance"/>
<field name="module_hr_timesheet"/>
<field name="module_hr_timesheet_sheet"/>
<group name="config_recruitment" colspan="2"/>
<group name="config_recruitment" colspan="4"/>
</sheet>
</form>
</field>