From 135bf1cfff4fa88be7a545d2eb0823ff4ed67fbd Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Fri, 5 May 2017 12:32:01 +0530 Subject: [PATCH] [ADD]Banner Added --- car_workshop_report/__openerp__.py | 1 + car_workshop_report/__openerp__.py~ | 41 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 car_workshop_report/__openerp__.py~ diff --git a/car_workshop_report/__openerp__.py b/car_workshop_report/__openerp__.py index 14ffec528..5e17b96aa 100644 --- a/car_workshop_report/__openerp__.py +++ b/car_workshop_report/__openerp__.py @@ -34,6 +34,7 @@ 'views/workshop_pdf_template.xml' ], 'license': 'LGPL-3', + 'images': ['static/description/banner.jpg'], 'installable': True, 'auto_install': False, 'application': False, diff --git a/car_workshop_report/__openerp__.py~ b/car_workshop_report/__openerp__.py~ new file mode 100644 index 000000000..14ffec528 --- /dev/null +++ b/car_workshop_report/__openerp__.py~ @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-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': 'Car Workshop Report', + 'version': '9.0.1.0.0', + 'summary': 'Reports for Car Workshop Management', + 'category': 'Industries', + 'author': 'Cybrosys Techno Solutions', + 'website': "http://www.cybrosys.com", + 'company': 'Cybrosys Techno Solutions', + 'depends': ['report_xls', 'fleet_car_workshop'], + 'data': [ + 'views/report_wizard.xml', + 'views/workshop_pdf_template.xml' + ], + 'license': 'LGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} +