[IMP] hr modules: needaction, subtypes and department-based improvements.
authorMansi Kariya <mka@openerp.com>
Wed, 21 May 2014 10:01:12 +0000 (15:31 +0530)
committerThibault Delavallée <tde@openerp.com>
Thu, 31 Jul 2014 14:59:29 +0000 (16:59 +0200)
commit9c83c48bc0b230896683d58e3786666ab38db304
treeaa219b1e39b556031db93c3f8f5ed6ef95de029b
parent24ce30b94504df98942fc771ff1ee07c46684ad8
[IMP] hr modules: needaction, subtypes and department-based improvements.

This commit prepares some cleaning in various hr-related modules that are
about to land in master. There are mainly improvements on subtypes. The
subtypes are now linked to department subtypes, allowing to follow some records
based on the department (like project/task/issue).
23 files changed:
addons/hr/hr.py
addons/hr/hr_data.xml
addons/hr/hr_view.xml
addons/hr/res_users.py
addons/hr_attendance/hr_attendance_view.xml
addons/hr_contract/hr_contract.py
addons/hr_contract/hr_contract_data.xml
addons/hr_contract/hr_contract_view.xml
addons/hr_evaluation/hr_evaluation.py
addons/hr_evaluation/hr_evaluation_data.xml
addons/hr_evaluation/hr_evaluation_view.xml
addons/hr_expense/hr_expense.py
addons/hr_expense/hr_expense_data.xml
addons/hr_expense/hr_expense_view.xml
addons/hr_holidays/hr_holidays.py
addons/hr_holidays/hr_holidays_data.xml
addons/hr_holidays/hr_holidays_view.xml
addons/hr_recruitment/hr_recruitment.py
addons/hr_recruitment/hr_recruitment_data.xml
addons/hr_recruitment/hr_recruitment_view.xml
addons/hr_timesheet_sheet/hr_timesheet_sheet.py
addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml
addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml