From b4cbc50801f2547cb61f7ef69aff6074e85ed599 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Mon, 8 May 2017 09:19:10 +0530 Subject: [PATCH] [CHNG]Changed Category --- leave_approval_mail/__openerp__.py | 2 +- leave_approval_mail/__openerp__.py~ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',