From d57eabcf069296e50e26ec9182783a956200c600 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Mon, 14 Aug 2017 11:50:57 +0530 Subject: [PATCH] [ADD] Summary Changed --- hide_cost_price/__manifest__.py | 4 ++-- hide_cost_price/__manifest__.py~ | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hide_cost_price/__manifest__.py b/hide_cost_price/__manifest__.py index cba482d02..0032263fd 100644 --- a/hide_cost_price/__manifest__.py +++ b/hide_cost_price/__manifest__.py @@ -22,9 +22,9 @@ ############################################################################## { 'name': 'Hide Product Cost Price', - 'summary': """Product Cost Price Will be Visible Only for Specified Users in the Group""", + 'summary': """Product Cost Price Will be Visible Only for Specified Group""", 'version': '10.0.1.0.0', - 'description': """Product cost price will be visible only users in group""", + 'description': """Product cost price will be visible only for specified group""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', 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,