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,