From ae794af09565f0a5337ace7ee3b4e291ae7d1e89 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Thu, 13 Apr 2017 17:29:31 +0530 Subject: [PATCH] Initial Commit --- project_status_level_report/__openerp__.py | 5 ++- project_status_level_report/__openerp__.py~ | 42 +++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 project_status_level_report/__openerp__.py~ diff --git a/project_status_level_report/__openerp__.py b/project_status_level_report/__openerp__.py index 85d949de9..dc60aad53 100644 --- a/project_status_level_report/__openerp__.py +++ b/project_status_level_report/__openerp__.py @@ -39,4 +39,7 @@ 'views/report.xml' ], 'license': 'AGPL-3', -} \ No newline at end of file + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} diff --git a/project_status_level_report/__openerp__.py~ b/project_status_level_report/__openerp__.py~ new file mode 100644 index 000000000..85d949de9 --- /dev/null +++ b/project_status_level_report/__openerp__.py~ @@ -0,0 +1,42 @@ +# -*- 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': "Project Status Report", + 'summary': """ + Project task Analysis""", + 'description': """ + Graphical information of Project from various aspects. Project Task list, Comparison of planned and + actual budget and time duration for the project. + """, + 'author': "Cybrosys Techno Solutions", + 'company': "Cybrosys Techno Solutions", + 'website': "http://www.cybrosys.com", + 'category': 'Project', + 'version': '0.1', + 'depends': ['base', 'project', 'report_xlsx', 'project_timesheet', 'analytic'], + 'data': [ + 'views/status_wizard_view.xml', + 'views/report.xml' + ], + 'license': 'AGPL-3', +} \ No newline at end of file