diff --git a/addons/hr/res_config.py b/addons/hr/res_config.py index bdef8bb5cf8..743b485bf92 100644 --- a/addons/hr/res_config.py +++ b/addons/hr/res_config.py @@ -31,10 +31,6 @@ class human_resources_configuration(osv.osv_memory): help ="""It installs the hr_timesheet_sheet module."""), 'module_hr_holidays': fields.boolean('Manage Holidays', help ="""It installs the hr_holidays module."""), - 'module_hr_payroll_account': fields.boolean('Manage Account Payroll', - help ="""It installs the hr_payroll_account module."""), - 'module_hr_payroll': fields.boolean('Manage HR Payroll', - help ="""It installs the hr_payroll module."""), 'module_hr_expense': fields.boolean('Manage Employees Expenses', help ="""It installs the hr_expense module."""), 'module_hr_recruitment': fields.boolean('Manage Recruitment Process', diff --git a/addons/hr/res_config_view.xml b/addons/hr/res_config_view.xml index a4056f302d3..a19520438e7 100644 --- a/addons/hr/res_config_view.xml +++ b/addons/hr/res_config_view.xml @@ -22,21 +22,17 @@