diff --git a/leave_approval_mail/__openerp__.py b/leave_approval_mail/__openerp__.py index cd04f91db..90575f90a 100644 --- a/leave_approval_mail/__openerp__.py +++ b/leave_approval_mail/__openerp__.py @@ -28,7 +28,7 @@ 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', - 'category': 'Human Resources', + "category": "Generic Modules/Human Resources", 'depends': ['mail', 'hr_holidays'], 'license': 'AGPL-3', 'data': [ diff --git a/leave_approval_mail/__openerp__.py~ b/leave_approval_mail/__openerp__.py~ index b59cfbbea..cd04f91db 100644 --- a/leave_approval_mail/__openerp__.py~ +++ b/leave_approval_mail/__openerp__.py~ @@ -23,7 +23,7 @@ { 'name': 'Leave Approval Notification', 'summary': """Employee Leave Status Notification""", - 'version': '0.1', + 'version': '8.0.1.0.0', 'description': """Employee will get email notification when his/her leave approved or rejected""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',