From 017e19aaac7b413e9f56dfce7dbd0bc2c2b46e04 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Mon, 4 Sep 2023 17:38:02 +0530 Subject: [PATCH] Sep 4 [FIX] : Bug Fixed 'hide_cost_price' --- hide_cost_price/__manifest__.py | 3 +-- hide_cost_price/doc/RELEASE_NOTES.md | 5 ++--- hide_cost_price/views/product_product_view.xml | 18 ++++++++++++++++-- .../views/product_template_view.xml | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/hide_cost_price/__manifest__.py b/hide_cost_price/__manifest__.py index 2bc3283cf..32494b585 100644 --- a/hide_cost_price/__manifest__.py +++ b/hide_cost_price/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Hide Cost Price', 'summary': """Hide cost price of product for specified users""", - 'version': '16.0.1.0.0', + 'version': '16.0.2.0.0', 'description': """Product cost price will be visible only for specified group""", 'author': 'Cybrosys Techno Solutions', @@ -39,5 +39,4 @@ 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False, - } diff --git a/hide_cost_price/doc/RELEASE_NOTES.md b/hide_cost_price/doc/RELEASE_NOTES.md index 889db7a5c..f1ba63589 100644 --- a/hide_cost_price/doc/RELEASE_NOTES.md +++ b/hide_cost_price/doc/RELEASE_NOTES.md @@ -1,7 +1,6 @@ ## Module -#### 18.05.2023 -#### Version 16.0.1.0.0 +#### 02.09.2023 +#### Version 16.0.2.0.0 ##### ADD - - Initial commit for Hide Cost Price \ No newline at end of file diff --git a/hide_cost_price/views/product_product_view.xml b/hide_cost_price/views/product_product_view.xml index c7bea7790..fb919a4cd 100644 --- a/hide_cost_price/views/product_product_view.xml +++ b/hide_cost_price/views/product_product_view.xml @@ -13,9 +13,9 @@ hide_cost_price.groups_view_cost_price - - hide_cost_price.view_cost_price + hide_cost_price.groups_view_cost_price @@ -35,4 +35,18 @@ + + + product.product.view.tree.inherited.hide.cost.price + + product.product + + + + hide_cost_price.groups_view_cost_price + + + + diff --git a/hide_cost_price/views/product_template_view.xml b/hide_cost_price/views/product_template_view.xml index 0365d3d30..d9b343d08 100644 --- a/hide_cost_price/views/product_template_view.xml +++ b/hide_cost_price/views/product_template_view.xml @@ -14,7 +14,7 @@ hide_cost_price.groups_view_cost_price - hide_cost_price.groups_view_cost_price