From caea754ac3f00e0357d944222db105fa884d7e9b Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Wed, 8 Mar 2017 16:52:06 +0530 Subject: [PATCH] Changed Manifest --- colour_code_project/__openerp__.py | 2 +- colour_code_project/__openerp__.py~ | 37 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 colour_code_project/__openerp__.py~ diff --git a/colour_code_project/__openerp__.py b/colour_code_project/__openerp__.py index 4c7ba80c1..6906773af 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': '1.0', diff --git a/colour_code_project/__openerp__.py~ b/colour_code_project/__openerp__.py~ new file mode 100644 index 000000000..4c7ba80c1 --- /dev/null +++ b/colour_code_project/__openerp__.py~ @@ -0,0 +1,37 @@ +# -*- 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': '1.0', + '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, +}