diff --git a/partner_image_url/__manifest__.py b/partner_image_url/__manifest__.py index e9bd1ad18..8c16fd36a 100644 --- a/partner_image_url/__manifest__.py +++ b/partner_image_url/__manifest__.py @@ -21,7 +21,7 @@ # ############################################################################## { - 'name': 'Partner Image Url', + 'name': 'Partner Image from URL', 'version': '10.0.1.0', 'summary': """Customer/Vendor Images from Web URL""", 'description': """Customer/Vendor Images from Web URL""", diff --git a/partner_image_url/__manifest__.py~ b/partner_image_url/__manifest__.py~ new file mode 100644 index 000000000..e9bd1ad18 --- /dev/null +++ b/partner_image_url/__manifest__.py~ @@ -0,0 +1,44 @@ +# -*- 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': 'Partner Image Url', + 'version': '10.0.1.0', + 'summary': """Customer/Vendor Images from Web URL""", + 'description': """Customer/Vendor Images from Web URL""", + 'category': 'Sales', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': "https://www.cybrosys.com", + 'depends': ['base'], + 'data': [ + 'views/partner_inherit_view.xml', + ], + 'demo': [], + 'images': ['static/description/banner.jpg'], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} +