diff --git a/hide_cost_price/README.rst b/hide_cost_price/README.rst index 016ee0a52..4b104ea3b 100644 --- a/hide_cost_price/README.rst +++ b/hide_cost_price/README.rst @@ -1,4 +1,4 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 @@ -26,7 +26,7 @@ Affero General Public License v3.0 (AGPL v3) Credits ------- -* Developer: (v15)Sajna Sherin +* Developers: (V15) Sajna Sherin,Fathima Mazlin AM, Contact: odoo@cybrosys.com Contacts -------- @@ -48,4 +48,4 @@ For support and more information, please visit https://www.cybrosys.com Further information -------------------- -HTML Description: ``__ \ No newline at end of file +HTML Description: ``__ diff --git a/hide_cost_price/__init__.py b/hide_cost_price/__init__.py index 414fc31ba..86fcb2e2f 100644 --- a/hide_cost_price/__init__.py +++ b/hide_cost_price/__init__.py @@ -2,7 +2,7 @@ ############################################################################### # # Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions() # # This program is free software: you can modify diff --git a/hide_cost_price/__manifest__.py b/hide_cost_price/__manifest__.py index 8d17ec22f..fb6c8909a 100644 --- a/hide_cost_price/__manifest__.py +++ b/hide_cost_price/__manifest__.py @@ -2,7 +2,7 @@ ############################################################################### # # Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions() # # This program is free software: you can modify @@ -18,18 +18,18 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -################################################################################ +############################################################################### { 'name': 'Hide Cost Price', - 'version': '15.0.1.0.0', + 'version': '15.0.1.1.0', + 'category': 'Sales', 'summary': """Hide cost price module hide the cost of products""", - 'description': """Product cost price will be visible only for specified - group""", + 'description': 'Product cost price will be visible only for specified ' + 'group', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', - 'category': 'Stock', 'depends': ['base', 'product'], 'data': [ 'security/hide_cost_price_groups.xml', diff --git a/hide_cost_price/doc/RELEASE_NOTES.md b/hide_cost_price/doc/RELEASE_NOTES.md index 2ab8a1dd0..074551dba 100644 --- a/hide_cost_price/doc/RELEASE_NOTES.md +++ b/hide_cost_price/doc/RELEASE_NOTES.md @@ -3,4 +3,9 @@ ### 12.07.2023 ### Version 15.0.1.0.0 ### ADD - - Initial Commit for Hide Cost Price \ No newline at end of file + - Initial Commit for Hide Cost Price + +### 03.11.2023 +### Version 15.0.1.1.0 +### ADD + - Add New Feature - Hide Sale Price (Fathima Mazlin AM) diff --git a/hide_cost_price/security/hide_cost_price_groups.xml b/hide_cost_price/security/hide_cost_price_groups.xml index 7b265ce5b..6c23c297a 100644 --- a/hide_cost_price/security/hide_cost_price_groups.xml +++ b/hide_cost_price/security/hide_cost_price_groups.xml @@ -1,11 +1,16 @@ - - - - View Cost Price - - - - \ No newline at end of file + + + View Product Cost + + + + + View Product Sale Price + + + diff --git a/hide_cost_price/static/description/assets/misc/categories.png b/hide_cost_price/static/description/assets/misc/categories.png new file mode 100644 index 000000000..bedf1e0b1 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/categories.png differ diff --git a/hide_cost_price/static/description/assets/misc/check-box.png b/hide_cost_price/static/description/assets/misc/check-box.png new file mode 100644 index 000000000..42caf24b9 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/check-box.png differ diff --git a/hide_cost_price/static/description/assets/misc/compass.png b/hide_cost_price/static/description/assets/misc/compass.png new file mode 100644 index 000000000..d5fed8faa Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/compass.png differ diff --git a/hide_cost_price/static/description/assets/misc/corporate.png b/hide_cost_price/static/description/assets/misc/corporate.png new file mode 100644 index 000000000..2eb13edbf Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/corporate.png differ diff --git a/hide_cost_price/static/description/assets/misc/customer-support.png b/hide_cost_price/static/description/assets/misc/customer-support.png new file mode 100644 index 000000000..79efc72ed Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/customer-support.png differ diff --git a/hide_cost_price/static/description/assets/misc/cybrosys-logo.png b/hide_cost_price/static/description/assets/misc/cybrosys-logo.png new file mode 100644 index 000000000..cc3cc0ccf Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/cybrosys-logo.png differ diff --git a/hide_cost_price/static/description/assets/misc/features.png b/hide_cost_price/static/description/assets/misc/features.png new file mode 100644 index 000000000..b41769f77 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/features.png differ diff --git a/hide_cost_price/static/description/assets/misc/logo.png b/hide_cost_price/static/description/assets/misc/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/logo.png differ diff --git a/hide_cost_price/static/description/assets/misc/pictures.png b/hide_cost_price/static/description/assets/misc/pictures.png new file mode 100644 index 000000000..56d255fe9 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/pictures.png differ diff --git a/hide_cost_price/static/description/assets/misc/pie-chart.png b/hide_cost_price/static/description/assets/misc/pie-chart.png new file mode 100644 index 000000000..426e05244 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/pie-chart.png differ diff --git a/hide_cost_price/static/description/assets/misc/right-arrow.png b/hide_cost_price/static/description/assets/misc/right-arrow.png new file mode 100644 index 000000000..730984a06 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/right-arrow.png differ diff --git a/hide_cost_price/static/description/assets/misc/star.png b/hide_cost_price/static/description/assets/misc/star.png new file mode 100644 index 000000000..2eb9ab29f Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/star.png differ diff --git a/hide_cost_price/static/description/assets/misc/support.png b/hide_cost_price/static/description/assets/misc/support.png new file mode 100644 index 000000000..4f18b8b82 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/support.png differ diff --git a/hide_cost_price/static/description/assets/misc/whatsapp.png b/hide_cost_price/static/description/assets/misc/whatsapp.png new file mode 100644 index 000000000..d513a5356 Binary files /dev/null and b/hide_cost_price/static/description/assets/misc/whatsapp.png differ diff --git a/hide_cost_price/static/description/assets/modules/budget_image.png b/hide_cost_price/static/description/assets/modules/budget_image.png deleted file mode 100644 index b50130c7d..000000000 Binary files a/hide_cost_price/static/description/assets/modules/budget_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/credit_image.png b/hide_cost_price/static/description/assets/modules/credit_image.png deleted file mode 100644 index 3ad04ecfd..000000000 Binary files a/hide_cost_price/static/description/assets/modules/credit_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/customer_so_history.png b/hide_cost_price/static/description/assets/modules/customer_so_history.png new file mode 100644 index 000000000..a49d2394c Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/customer_so_history.png differ diff --git a/hide_cost_price/static/description/assets/modules/d3.png b/hide_cost_price/static/description/assets/modules/d3.png deleted file mode 100644 index 3c3ff1afb..000000000 Binary files a/hide_cost_price/static/description/assets/modules/d3.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/employee_image.png b/hide_cost_price/static/description/assets/modules/employee_image.png deleted file mode 100644 index 30ad58232..000000000 Binary files a/hide_cost_price/static/description/assets/modules/employee_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/export_image.png b/hide_cost_price/static/description/assets/modules/export_image.png deleted file mode 100644 index 492980ad0..000000000 Binary files a/hide_cost_price/static/description/assets/modules/export_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/gantt_image.png b/hide_cost_price/static/description/assets/modules/gantt_image.png deleted file mode 100644 index 1ae7cfe3b..000000000 Binary files a/hide_cost_price/static/description/assets/modules/gantt_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/gantt_view.png b/hide_cost_price/static/description/assets/modules/gantt_view.png deleted file mode 100644 index 3c3ff1afb..000000000 Binary files a/hide_cost_price/static/description/assets/modules/gantt_view.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/generated_po.png b/hide_cost_price/static/description/assets/modules/generated_po.png deleted file mode 100644 index 4aaf7e99a..000000000 Binary files a/hide_cost_price/static/description/assets/modules/generated_po.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/individual_product_report.png b/hide_cost_price/static/description/assets/modules/individual_product_report.png new file mode 100644 index 000000000..cd5d80e40 Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/individual_product_report.png differ diff --git a/hide_cost_price/static/description/assets/modules/project_task_checksheet.png b/hide_cost_price/static/description/assets/modules/project_task_checksheet.png deleted file mode 100644 index a371728b3..000000000 Binary files a/hide_cost_price/static/description/assets/modules/project_task_checksheet.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/project_task_timer.png b/hide_cost_price/static/description/assets/modules/project_task_timer.png deleted file mode 100644 index 8eb268300..000000000 Binary files a/hide_cost_price/static/description/assets/modules/project_task_timer.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/project_xls.png b/hide_cost_price/static/description/assets/modules/project_xls.png deleted file mode 100644 index 2c43716d5..000000000 Binary files a/hide_cost_price/static/description/assets/modules/project_xls.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/quotation_image.png b/hide_cost_price/static/description/assets/modules/quotation_image.png deleted file mode 100644 index 499b1a72f..000000000 Binary files a/hide_cost_price/static/description/assets/modules/quotation_image.png and /dev/null differ diff --git a/hide_cost_price/static/description/assets/modules/sale_discount_total.png b/hide_cost_price/static/description/assets/modules/sale_discount_total.png new file mode 100644 index 000000000..004c61a9e Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/sale_discount_total.png differ diff --git a/hide_cost_price/static/description/assets/modules/sale_report_advanced.png b/hide_cost_price/static/description/assets/modules/sale_report_advanced.png new file mode 100644 index 000000000..1c019bdd8 Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/sale_report_advanced.png differ diff --git a/hide_cost_price/static/description/assets/modules/sale_report_format_editor.png b/hide_cost_price/static/description/assets/modules/sale_report_format_editor.png new file mode 100644 index 000000000..c58491994 Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/sale_report_format_editor.png differ diff --git a/hide_cost_price/static/description/assets/modules/sales_order_delivery_status.png b/hide_cost_price/static/description/assets/modules/sales_order_delivery_status.png new file mode 100644 index 000000000..94c023fe1 Binary files /dev/null and b/hide_cost_price/static/description/assets/modules/sales_order_delivery_status.png differ diff --git a/hide_cost_price/static/description/assets/modules/task_deadline.jpg b/hide_cost_price/static/description/assets/modules/task_deadline.jpg deleted file mode 100644 index 4117309c2..000000000 Binary files a/hide_cost_price/static/description/assets/modules/task_deadline.jpg and /dev/null differ diff --git a/hide_cost_price/static/description/assets/screenshots/1.png b/hide_cost_price/static/description/assets/screenshots/1.png index 191b953fd..9a0cd6b1c 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/1.png and b/hide_cost_price/static/description/assets/screenshots/1.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/2.png b/hide_cost_price/static/description/assets/screenshots/2.png index dfc534e5e..25bbfe028 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/2.png and b/hide_cost_price/static/description/assets/screenshots/2.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/3.png b/hide_cost_price/static/description/assets/screenshots/3.png index fbcf4cdda..9bdc954bc 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/3.png and b/hide_cost_price/static/description/assets/screenshots/3.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/4.png b/hide_cost_price/static/description/assets/screenshots/4.png index 5059bcfc1..af2d4c081 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/4.png and b/hide_cost_price/static/description/assets/screenshots/4.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/5.png b/hide_cost_price/static/description/assets/screenshots/5.png index 9cdf6ab0b..8ad8cfc86 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/5.png and b/hide_cost_price/static/description/assets/screenshots/5.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/6.png b/hide_cost_price/static/description/assets/screenshots/6.png new file mode 100644 index 000000000..8520cbadf Binary files /dev/null and b/hide_cost_price/static/description/assets/screenshots/6.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/7.png b/hide_cost_price/static/description/assets/screenshots/7.png new file mode 100644 index 000000000..8a3436645 Binary files /dev/null and b/hide_cost_price/static/description/assets/screenshots/7.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/configuration.png b/hide_cost_price/static/description/assets/screenshots/configuration.png new file mode 100644 index 000000000..9cad0b42f Binary files /dev/null and b/hide_cost_price/static/description/assets/screenshots/configuration.png differ diff --git a/hide_cost_price/static/description/assets/screenshots/hero.gif b/hide_cost_price/static/description/assets/screenshots/hero.gif index d090d5cd6..77644e19f 100644 Binary files a/hide_cost_price/static/description/assets/screenshots/hero.gif and b/hide_cost_price/static/description/assets/screenshots/hero.gif differ diff --git a/hide_cost_price/static/description/index.html b/hide_cost_price/static/description/index.html index 3fd8fcf78..6e95dd71c 100644 --- a/hide_cost_price/static/description/index.html +++ b/hide_cost_price/static/description/index.html @@ -1,361 +1,403 @@ -
-
-
-
- -
-
-
- Community -
-
- Enterprise -
-
- Odoo.sh -
+
+ +
+ +
+
+ Community +
+
+ Enterprise +
+
+ Odoo.sh +
+
+
+ +
+
+
+ +

+ Hide Cost Price

+

+ This Module Allows to Hide Product Price and Cost for + Specific Users

+ +
- -
-
-
-

- Hide Cost Price

-

- Cost price will be visible only for selected users - -

- + +
+
+
+

+ Explore This + Module

- -
-
-

- Explore this module -

-
- -
- -
-
-

- Features

-

- View features of this module

-
-
- -
-
-
+ - -
-
-

- Overview -

+ - -
-

- With the module create a custom new group, add users to this - group and only the members of this group can view the cost - price of the product. -

+ -
- - -
-
-

- Features -

+ + +
+
+
- -
-
- -
-
-

- Cost price visibility restricted.

-
+

+ Overview +

+
+
+
+ This module provides an option to hide sales price or cost price in + the tree, kanban and form view.
- -
-
- -
-
-

- Visible only for the users in the group.

-
+
+ + +
+
+
- -
-
- -
-
-

- By default administrator will be added to this group.

+

+ Features +

+
+
+
+
+ + Community, Enterprise & Odoo sh Support. +
+
+ + Easy to hide sales price in the tree, kanban and form view. +
+
+ + Easy to hide cost price in the tree, kanban and form view.
-
- -
-
-

- Screenshots -

-
-
-

- Adding user to the View Cost Price group

-

- User will see the product cost price only if he is added in this - group. - -

- + + +
+
+
- -
-

- Product form view with cost price

-

- Product form view with cost price. -

- -
- -
-

- Product tree view with cost price

-

- Product tree view with cost price. -

- -
- - -
-

- Product View for users not in the Group

-

- Product form view without cost price. -

- +

+ Configuration +

+
+
+
+ The user should be added to the security group:(Other / Show Product + Price), + (Other / Show Product Cost) inorder to get access the price and cost
+
+ -
-

- Product tree view without cost price

-

- Product tree view without cost price -

- + +
+
+
- +

+ Screenshots +

-
-
-

Suggested Products

-
- -