From 4af03b2b49f815474b62ab88040e285510a83598 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Mon, 24 Apr 2017 10:53:08 +0530 Subject: [PATCH] [CHNG]:Version Corrected --- project_lifeline/__openerp__.py | 2 +- project_lifeline/__openerp__.py~ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_lifeline/__openerp__.py b/project_lifeline/__openerp__.py index 934d97a87..3b34af239 100644 --- a/project_lifeline/__openerp__.py +++ b/project_lifeline/__openerp__.py @@ -28,7 +28,7 @@ 'website': "http://www.cybrosys.com", 'company': 'Cybrosys Techno Solutions', 'category': 'Project', - 'version': '0.2', + 'version': '9.0.1.0.0', 'depends': ['base', 'project'], 'data': [ 'views/task_lifeline_view.xml', diff --git a/project_lifeline/__openerp__.py~ b/project_lifeline/__openerp__.py~ index 46e7a6176..934d97a87 100644 --- a/project_lifeline/__openerp__.py~ +++ b/project_lifeline/__openerp__.py~ @@ -24,7 +24,7 @@ 'name': "Lifeline for Task", 'summary': """Lifeline Progressbar for Tasks (100% -> 0%)""", 'description': """Calculates the time remaining based on live time & deadline.""", - 'author': "Cybrosys Technologies", + 'author': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", 'company': 'Cybrosys Techno Solutions', 'category': 'Project',