From e0faea74ca7159b088a27c4a6b607378d96459f6 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Wed, 10 May 2017 16:45:34 +0530 Subject: [PATCH] [FIX]Banner Changed --- account_pdc/__manifest__.py | 2 +- account_pdc/__manifest__.py~ | 41 ++++++++++++++++++ .../{banner.jpg => pdc_banner.jpg} | Bin 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 account_pdc/__manifest__.py~ rename account_pdc/static/description/{banner.jpg => pdc_banner.jpg} (100%) diff --git a/account_pdc/__manifest__.py b/account_pdc/__manifest__.py index da56b10d3..17bf3a37a 100644 --- a/account_pdc/__manifest__.py +++ b/account_pdc/__manifest__.py @@ -34,7 +34,7 @@ 'data/account_pdc_data.xml', 'views/account_payment_view.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/pdc_banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/account_pdc/__manifest__.py~ b/account_pdc/__manifest__.py~ new file mode 100644 index 000000000..da56b10d3 --- /dev/null +++ b/account_pdc/__manifest__.py~ @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Cybrosys Technologies() +# 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': 'PDC Management', + 'version': '10.0.1.0', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'category': 'Accounting', + 'summary': 'Extension on Cheques to handle Post Dated Cheques', + 'description': """ Extension on Cheques to handle Post Dated Cheques """, + 'depends': ['account_check_printing'], + 'data': [ + 'data/account_pdc_data.xml', + 'views/account_payment_view.xml', + ], + 'images': ['static/description/banner.jpg'], + 'license': 'LGPL-3', + 'installable': True, + 'auto_install': False, +} diff --git a/account_pdc/static/description/banner.jpg b/account_pdc/static/description/pdc_banner.jpg similarity index 100% rename from account_pdc/static/description/banner.jpg rename to account_pdc/static/description/pdc_banner.jpg