diff --git a/timesheets_by_employee/__openerp__.py b/timesheets_by_employee/__openerp__.py index 8db8f9c6e..49d518572 100644 --- a/timesheets_by_employee/__openerp__.py +++ b/timesheets_by_employee/__openerp__.py @@ -22,9 +22,9 @@ { 'name': 'Timesheet PDF Report', 'version': '9.0.1.0.0', - 'category': 'Human Resources', + "category": "Generic Modules/Human Resources", 'sequence': 25, - 'summary': 'Timesheet PDF Report of Employee', + 'summary': 'Timesheet PDF Report of Employees', 'category': "Generic Modules/Human Resources", 'company': 'Cybrosys Techno Solutions', 'website': 'www.cybrosys.com', diff --git a/timesheets_by_employee/__openerp__.py~ b/timesheets_by_employee/__openerp__.py~ index 8916da721..4324c5666 100644 --- a/timesheets_by_employee/__openerp__.py~ +++ b/timesheets_by_employee/__openerp__.py~ @@ -22,10 +22,10 @@ { 'name': 'Timesheet PDF Report', 'version': '9.0.1.0.0', - 'category': 'Human Resources', + "category": "Generic Modules/Human Resources", 'sequence': 25, 'summary': 'Timesheet PDF Report of Employee', - 'author': 'Cybrosys Techno Solutions', + 'category': "Generic Modules/Human Resources", 'company': 'Cybrosys Techno Solutions', 'website': 'www.cybrosys.com', 'depends': ['hr_timesheet_sheet'],