diff --git a/colour_code_project/__openerp__.py b/colour_code_project/__openerp__.py index f130d4989..d5751eca4 100644 --- a/colour_code_project/__openerp__.py +++ b/colour_code_project/__openerp__.py @@ -23,7 +23,7 @@ { 'name': "Automatic Colour Code for Task", 'summary': """Automatic Colour Code for Task Based on Project""", - 'author': "Nilmar Shereef", + 'author': "Cybrosys Technologies", 'website': "http://www.cybrosys.com", 'category': 'Project', 'version': '0.2', diff --git a/colour_code_project/__openerp__.py~ b/colour_code_project/__openerp__.py~ new file mode 100644 index 000000000..f130d4989 --- /dev/null +++ b/colour_code_project/__openerp__.py~ @@ -0,0 +1,38 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2009-TODAY Cybrosys Technologies(). +# Author: Nilmar Shereef() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': "Automatic Colour Code for Task", + 'summary': """Automatic Colour Code for Task Based on Project""", + 'author': "Nilmar Shereef", + 'website': "http://www.cybrosys.com", + 'category': 'Project', + 'version': '0.2', + 'license': 'AGPL-3', + 'depends': ['base', 'project'], + 'data': ['views/color_code_project_view.xml'], + 'images': ['static/description/project_banner.jpg'], + + 'demo': [], + 'installable': True, + 'auto_install': False, +}