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',