From 837fcafc632ae8feb07348d114ec994a039a1b44 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Mon, 14 Aug 2017 11:34:36 +0530 Subject: [PATCH] [ADD] Link Banner IMG --- hide_cost_price/__manifest__.py | 1 + hide_cost_price/__manifest__.py~ | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 hide_cost_price/__manifest__.py~ diff --git a/hide_cost_price/__manifest__.py b/hide_cost_price/__manifest__.py index 83fa8b02f..cba482d02 100644 --- a/hide_cost_price/__manifest__.py +++ b/hide_cost_price/__manifest__.py @@ -35,6 +35,7 @@ 'security/view_cost_price.xml', 'views/hide_product_cost.xml' ], + 'images': ['static/description/banner.jpg'], 'demo': [], 'installable': True, 'auto_install': False, diff --git a/hide_cost_price/__manifest__.py~ b/hide_cost_price/__manifest__.py~ new file mode 100644 index 000000000..83fa8b02f --- /dev/null +++ b/hide_cost_price/__manifest__.py~ @@ -0,0 +1,42 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Niyas Raphy() +# 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': 'Hide Product Cost Price', + 'summary': """Product Cost Price Will be Visible Only for Specified Users in the Group""", + 'version': '10.0.1.0.0', + 'description': """Product cost price will be visible only users in group""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'category': 'Sales', + 'depends': ['base', 'purchase'], + 'license': 'AGPL-3', + 'data': [ + 'security/view_cost_price.xml', + 'views/hide_product_cost.xml' + ], + 'demo': [], + 'installable': True, + 'auto_install': False, + +}