commit 0256abbcd9131d7350bca0cb1cf8715cb8f7a366 Author: Suherdy Yacob Date: Tue Mar 10 08:40:11 2026 +0700 first commit diff --git a/README.rst b/README.rst new file mode 100755 index 0000000..48e50f2 --- /dev/null +++ b/README.rst @@ -0,0 +1,50 @@ +.. 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 + +Hide Cost Price +=============== +Product cost price will be visible only for specified group + +Configuration +============= +* No additional configuration required + +Company +------- +* `Cybrosys Techno Solutions `__ + +License +------- +GNU Affero General Public License v3.0 (AGPL v3) +(https://www.gnu.org/licenses/agpl-3.0-standalone.html) + + +Credits +------- +* Developer: (V17) Busthana Shirin, + (V16) Kailas Krishna, + Contact: odoo@cybrosys.com + +Contacts +-------- +* Mail Contact : odoo@cybrosys.com +* Website : https://cybrosys.com + +Bug Tracker +----------- +Bugs are tracked on GitHub Issues. In case of trouble, please check there if +your issue has already been reported. + +Maintainer +========== +.. image:: https://cybrosys.com/images/logo.png + :target: https://cybrosys.com + +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit `Our Website `__ + +Further information +=================== +HTML Description: ``__ diff --git a/__init__.py b/__init__.py new file mode 100755 index 0000000..5b901da --- /dev/null +++ b/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +############################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Author: Cybrosys Techno Solutions() +# +# This program is free software: you can modify +# it under the terms of the GNU Affero General Public License (AGPL) as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################### diff --git a/__manifest__.py b/__manifest__.py new file mode 100755 index 0000000..5f1da53 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,44 @@ +# -*- coding: utf-8 -*- +############################################################################### +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Author: Cybrosys Techno Solutions() +# +# This program is free software: you can modify +# it under the terms of the GNU Affero General Public License (AGPL) as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# 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': '19.0.1.0.0', + 'category': 'Stock', + 'summary': """Hide cost price of product for specified users""", + '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', + 'depends': ['product'], + 'license': 'AGPL-3', + 'data': [ + 'security/hide_cost_price_groups.xml', + 'views/product_product_views.xml', + 'views/product_template_views.xml' + ], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, + "application": False, +} diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..d78e1ee Binary files /dev/null and b/__pycache__/__init__.cpython-312.pyc differ diff --git a/doc/RELEASE_NOTES.md b/doc/RELEASE_NOTES.md new file mode 100755 index 0000000..1c21073 --- /dev/null +++ b/doc/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +## Module + +#### 28.10.2024 +#### Version 18.0.1.0.0 +##### ADD +- Initial commit for Hide Cost Price diff --git a/security/hide_cost_price_groups.xml b/security/hide_cost_price_groups.xml new file mode 100755 index 0000000..54a33ab --- /dev/null +++ b/security/hide_cost_price_groups.xml @@ -0,0 +1,10 @@ + + + + + + View Cost Price + + + + diff --git a/static/description/assets/cybro-icon.png b/static/description/assets/cybro-icon.png new file mode 100755 index 0000000..06e73e1 Binary files /dev/null and b/static/description/assets/cybro-icon.png differ diff --git a/static/description/assets/cybro-odoo.png b/static/description/assets/cybro-odoo.png new file mode 100755 index 0000000..ed02e07 Binary files /dev/null and b/static/description/assets/cybro-odoo.png differ diff --git a/static/description/assets/h2.png b/static/description/assets/h2.png new file mode 100755 index 0000000..0bfc470 Binary files /dev/null and b/static/description/assets/h2.png differ diff --git a/static/description/assets/icons/arrows-repeat.svg b/static/description/assets/icons/arrows-repeat.svg new file mode 100755 index 0000000..1d7efab --- /dev/null +++ b/static/description/assets/icons/arrows-repeat.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/banner-1.png b/static/description/assets/icons/banner-1.png new file mode 100755 index 0000000..c180db1 Binary files /dev/null and b/static/description/assets/icons/banner-1.png differ diff --git a/static/description/assets/icons/banner-2.svg b/static/description/assets/icons/banner-2.svg new file mode 100755 index 0000000..e606d97 --- /dev/null +++ b/static/description/assets/icons/banner-2.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/description/assets/icons/banner-bg.png b/static/description/assets/icons/banner-bg.png new file mode 100755 index 0000000..a8238d3 Binary files /dev/null and b/static/description/assets/icons/banner-bg.png differ diff --git a/static/description/assets/icons/banner-bg.svg b/static/description/assets/icons/banner-bg.svg new file mode 100755 index 0000000..b137810 --- /dev/null +++ b/static/description/assets/icons/banner-bg.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/description/assets/icons/banner-call.svg b/static/description/assets/icons/banner-call.svg new file mode 100755 index 0000000..96c687e --- /dev/null +++ b/static/description/assets/icons/banner-call.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/description/assets/icons/banner-mail.svg b/static/description/assets/icons/banner-mail.svg new file mode 100755 index 0000000..cbf0d15 --- /dev/null +++ b/static/description/assets/icons/banner-mail.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/description/assets/icons/banner-pattern.svg b/static/description/assets/icons/banner-pattern.svg new file mode 100755 index 0000000..9c1c7e1 --- /dev/null +++ b/static/description/assets/icons/banner-pattern.svg @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/description/assets/icons/banner-promo.svg b/static/description/assets/icons/banner-promo.svg new file mode 100755 index 0000000..d52791b --- /dev/null +++ b/static/description/assets/icons/banner-promo.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/description/assets/icons/brand-pair.svg b/static/description/assets/icons/brand-pair.svg new file mode 100755 index 0000000..d8db7fc --- /dev/null +++ b/static/description/assets/icons/brand-pair.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/description/assets/icons/check.png b/static/description/assets/icons/check.png new file mode 100755 index 0000000..c8e85f5 Binary files /dev/null and b/static/description/assets/icons/check.png differ diff --git a/static/description/assets/icons/chevron.png b/static/description/assets/icons/chevron.png new file mode 100755 index 0000000..2089293 Binary files /dev/null and b/static/description/assets/icons/chevron.png differ diff --git a/static/description/assets/icons/close-icon.svg b/static/description/assets/icons/close-icon.svg new file mode 100755 index 0000000..df8cce3 --- /dev/null +++ b/static/description/assets/icons/close-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/description/assets/icons/cogs.png b/static/description/assets/icons/cogs.png new file mode 100755 index 0000000..95d0bad Binary files /dev/null and b/static/description/assets/icons/cogs.png differ diff --git a/static/description/assets/icons/collabarate-icon.svg b/static/description/assets/icons/collabarate-icon.svg new file mode 100755 index 0000000..dd4e105 --- /dev/null +++ b/static/description/assets/icons/collabarate-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/description/assets/icons/consultation.png b/static/description/assets/icons/consultation.png new file mode 100755 index 0000000..8319d4b Binary files /dev/null and b/static/description/assets/icons/consultation.png differ diff --git a/static/description/assets/icons/cybro-logo.png b/static/description/assets/icons/cybro-logo.png new file mode 100755 index 0000000..ff4b782 Binary files /dev/null and b/static/description/assets/icons/cybro-logo.png differ diff --git a/static/description/assets/icons/down.svg b/static/description/assets/icons/down.svg new file mode 100755 index 0000000..f21c362 --- /dev/null +++ b/static/description/assets/icons/down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/description/assets/icons/ecom-black.png b/static/description/assets/icons/ecom-black.png new file mode 100755 index 0000000..a9385ff Binary files /dev/null and b/static/description/assets/icons/ecom-black.png differ diff --git a/static/description/assets/icons/education-black.png b/static/description/assets/icons/education-black.png new file mode 100755 index 0000000..3eb09b2 Binary files /dev/null and b/static/description/assets/icons/education-black.png differ diff --git a/static/description/assets/icons/faq.png b/static/description/assets/icons/faq.png new file mode 100755 index 0000000..4250b5b Binary files /dev/null and b/static/description/assets/icons/faq.png differ diff --git a/static/description/assets/icons/feature-icon.svg b/static/description/assets/icons/feature-icon.svg new file mode 100755 index 0000000..fa0ea68 --- /dev/null +++ b/static/description/assets/icons/feature-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/feature.png b/static/description/assets/icons/feature.png new file mode 100755 index 0000000..ac7a785 Binary files /dev/null and b/static/description/assets/icons/feature.png differ diff --git a/static/description/assets/icons/gear.svg b/static/description/assets/icons/gear.svg new file mode 100755 index 0000000..0cc66b6 --- /dev/null +++ b/static/description/assets/icons/gear.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/hero.gif b/static/description/assets/icons/hero.gif new file mode 100755 index 0000000..15e642f Binary files /dev/null and b/static/description/assets/icons/hero.gif differ diff --git a/static/description/assets/icons/hire-odoo.svg b/static/description/assets/icons/hire-odoo.svg new file mode 100755 index 0000000..e1ac089 --- /dev/null +++ b/static/description/assets/icons/hire-odoo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/description/assets/icons/hotel-black.png b/static/description/assets/icons/hotel-black.png new file mode 100755 index 0000000..130f613 Binary files /dev/null and b/static/description/assets/icons/hotel-black.png differ diff --git a/static/description/assets/icons/license.png b/static/description/assets/icons/license.png new file mode 100755 index 0000000..a586979 Binary files /dev/null and b/static/description/assets/icons/license.png differ diff --git a/static/description/assets/icons/life-ring-icon.svg b/static/description/assets/icons/life-ring-icon.svg new file mode 100755 index 0000000..3ae6e1d --- /dev/null +++ b/static/description/assets/icons/life-ring-icon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/description/assets/icons/lifebuoy.png b/static/description/assets/icons/lifebuoy.png new file mode 100755 index 0000000..658d56c Binary files /dev/null and b/static/description/assets/icons/lifebuoy.png differ diff --git a/static/description/assets/icons/mail.svg b/static/description/assets/icons/mail.svg new file mode 100755 index 0000000..1eedde6 --- /dev/null +++ b/static/description/assets/icons/mail.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/description/assets/icons/manufacturing-black.png b/static/description/assets/icons/manufacturing-black.png new file mode 100755 index 0000000..697eb0e Binary files /dev/null and b/static/description/assets/icons/manufacturing-black.png differ diff --git a/static/description/assets/icons/notes.png b/static/description/assets/icons/notes.png new file mode 100755 index 0000000..ee5e954 Binary files /dev/null and b/static/description/assets/icons/notes.png differ diff --git a/static/description/assets/icons/notification icon.svg b/static/description/assets/icons/notification icon.svg new file mode 100755 index 0000000..0531899 --- /dev/null +++ b/static/description/assets/icons/notification icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/odoo-consultancy.svg b/static/description/assets/icons/odoo-consultancy.svg new file mode 100755 index 0000000..e05f65b --- /dev/null +++ b/static/description/assets/icons/odoo-consultancy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/description/assets/icons/odoo-licencing.svg b/static/description/assets/icons/odoo-licencing.svg new file mode 100755 index 0000000..2606c88 --- /dev/null +++ b/static/description/assets/icons/odoo-licencing.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/description/assets/icons/odoo-logo.png b/static/description/assets/icons/odoo-logo.png new file mode 100755 index 0000000..0e4d0eb Binary files /dev/null and b/static/description/assets/icons/odoo-logo.png differ diff --git a/static/description/assets/icons/patter.svg b/static/description/assets/icons/patter.svg new file mode 100755 index 0000000..25c9c0a --- /dev/null +++ b/static/description/assets/icons/patter.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/description/assets/icons/pattern1.png b/static/description/assets/icons/pattern1.png new file mode 100755 index 0000000..09ab0fb Binary files /dev/null and b/static/description/assets/icons/pattern1.png differ diff --git a/static/description/assets/icons/pos-black.png b/static/description/assets/icons/pos-black.png new file mode 100755 index 0000000..97c0f90 Binary files /dev/null and b/static/description/assets/icons/pos-black.png differ diff --git a/static/description/assets/icons/puzzle-piece-icon.svg b/static/description/assets/icons/puzzle-piece-icon.svg new file mode 100755 index 0000000..3e9ad93 --- /dev/null +++ b/static/description/assets/icons/puzzle-piece-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/puzzle.png b/static/description/assets/icons/puzzle.png new file mode 100755 index 0000000..65cf854 Binary files /dev/null and b/static/description/assets/icons/puzzle.png differ diff --git a/static/description/assets/icons/replace-icon.svg b/static/description/assets/icons/replace-icon.svg new file mode 100755 index 0000000..d0e3a7a --- /dev/null +++ b/static/description/assets/icons/replace-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/restaurant-black.png b/static/description/assets/icons/restaurant-black.png new file mode 100755 index 0000000..4a35eb9 Binary files /dev/null and b/static/description/assets/icons/restaurant-black.png differ diff --git a/static/description/assets/icons/screenshot-main.png b/static/description/assets/icons/screenshot-main.png new file mode 100755 index 0000000..575f8e6 Binary files /dev/null and b/static/description/assets/icons/screenshot-main.png differ diff --git a/static/description/assets/icons/screenshot.png b/static/description/assets/icons/screenshot.png new file mode 100755 index 0000000..cef2725 Binary files /dev/null and b/static/description/assets/icons/screenshot.png differ diff --git a/static/description/assets/icons/service-black.png b/static/description/assets/icons/service-black.png new file mode 100755 index 0000000..301ab51 Binary files /dev/null and b/static/description/assets/icons/service-black.png differ diff --git a/static/description/assets/icons/skype-fill.svg b/static/description/assets/icons/skype-fill.svg new file mode 100755 index 0000000..c174236 --- /dev/null +++ b/static/description/assets/icons/skype-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/skype.png b/static/description/assets/icons/skype.png new file mode 100755 index 0000000..51b409f Binary files /dev/null and b/static/description/assets/icons/skype.png differ diff --git a/static/description/assets/icons/skype.svg b/static/description/assets/icons/skype.svg new file mode 100755 index 0000000..df3dad3 --- /dev/null +++ b/static/description/assets/icons/skype.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/description/assets/icons/star-1.svg b/static/description/assets/icons/star-1.svg new file mode 100755 index 0000000..7e55ab1 --- /dev/null +++ b/static/description/assets/icons/star-1.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/description/assets/icons/star-2.svg b/static/description/assets/icons/star-2.svg new file mode 100755 index 0000000..5ae9f50 --- /dev/null +++ b/static/description/assets/icons/star-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/description/assets/icons/support.png b/static/description/assets/icons/support.png new file mode 100755 index 0000000..4f18b8b Binary files /dev/null and b/static/description/assets/icons/support.png differ diff --git a/static/description/assets/icons/test-1 - Copy.png b/static/description/assets/icons/test-1 - Copy.png new file mode 100755 index 0000000..f6a9026 Binary files /dev/null and b/static/description/assets/icons/test-1 - Copy.png differ diff --git a/static/description/assets/icons/test-1.png b/static/description/assets/icons/test-1.png new file mode 100755 index 0000000..0908add Binary files /dev/null and b/static/description/assets/icons/test-1.png differ diff --git a/static/description/assets/icons/test-2.png b/static/description/assets/icons/test-2.png new file mode 100755 index 0000000..4671fe9 Binary files /dev/null and b/static/description/assets/icons/test-2.png differ diff --git a/static/description/assets/icons/trading-black.png b/static/description/assets/icons/trading-black.png new file mode 100755 index 0000000..9398ba2 Binary files /dev/null and b/static/description/assets/icons/trading-black.png differ diff --git a/static/description/assets/icons/training.png b/static/description/assets/icons/training.png new file mode 100755 index 0000000..884ca02 Binary files /dev/null and b/static/description/assets/icons/training.png differ diff --git a/static/description/assets/icons/translate.svg b/static/description/assets/icons/translate.svg new file mode 100755 index 0000000..af9c8a1 --- /dev/null +++ b/static/description/assets/icons/translate.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/update.png b/static/description/assets/icons/update.png new file mode 100755 index 0000000..ecbc5a0 Binary files /dev/null and b/static/description/assets/icons/update.png differ diff --git a/static/description/assets/icons/user.png b/static/description/assets/icons/user.png new file mode 100755 index 0000000..6ffb23d Binary files /dev/null and b/static/description/assets/icons/user.png differ diff --git a/static/description/assets/icons/video.png b/static/description/assets/icons/video.png new file mode 100755 index 0000000..576705b Binary files /dev/null and b/static/description/assets/icons/video.png differ diff --git a/static/description/assets/icons/whatsapp.png b/static/description/assets/icons/whatsapp.png new file mode 100755 index 0000000..d513a53 Binary files /dev/null and b/static/description/assets/icons/whatsapp.png differ diff --git a/static/description/assets/icons/wrench-icon.svg b/static/description/assets/icons/wrench-icon.svg new file mode 100755 index 0000000..174b5a4 --- /dev/null +++ b/static/description/assets/icons/wrench-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/description/assets/icons/wrench.png b/static/description/assets/icons/wrench.png new file mode 100755 index 0000000..6c04dea Binary files /dev/null and b/static/description/assets/icons/wrench.png differ diff --git a/static/description/assets/modules/courier_management.jpg b/static/description/assets/modules/courier_management.jpg new file mode 100755 index 0000000..3e4a22c Binary files /dev/null and b/static/description/assets/modules/courier_management.jpg differ diff --git a/static/description/assets/modules/cw_sale.png b/static/description/assets/modules/cw_sale.png new file mode 100755 index 0000000..1b75c62 Binary files /dev/null and b/static/description/assets/modules/cw_sale.png differ diff --git a/static/description/assets/modules/cw_stock.png b/static/description/assets/modules/cw_stock.png new file mode 100755 index 0000000..62af09e Binary files /dev/null and b/static/description/assets/modules/cw_stock.png differ diff --git a/static/description/assets/modules/delivery_split.jpg b/static/description/assets/modules/delivery_split.jpg new file mode 100755 index 0000000..76724eb Binary files /dev/null and b/static/description/assets/modules/delivery_split.jpg differ diff --git a/static/description/assets/modules/multi_product_return_from_website.jpg b/static/description/assets/modules/multi_product_return_from_website.jpg new file mode 100755 index 0000000..7f2cc2a Binary files /dev/null and b/static/description/assets/modules/multi_product_return_from_website.jpg differ diff --git a/static/description/assets/modules/purchase_history_of_product.jpg b/static/description/assets/modules/purchase_history_of_product.jpg new file mode 100755 index 0000000..dab7b18 Binary files /dev/null and b/static/description/assets/modules/purchase_history_of_product.jpg differ diff --git a/static/description/assets/screenshots/hide1.png b/static/description/assets/screenshots/hide1.png new file mode 100755 index 0000000..5368cb6 Binary files /dev/null and b/static/description/assets/screenshots/hide1.png differ diff --git a/static/description/assets/screenshots/hide2.png b/static/description/assets/screenshots/hide2.png new file mode 100755 index 0000000..4eeff3b Binary files /dev/null and b/static/description/assets/screenshots/hide2.png differ diff --git a/static/description/assets/screenshots/hide3.png b/static/description/assets/screenshots/hide3.png new file mode 100755 index 0000000..81b4107 Binary files /dev/null and b/static/description/assets/screenshots/hide3.png differ diff --git a/static/description/assets/screenshots/hide4.png b/static/description/assets/screenshots/hide4.png new file mode 100755 index 0000000..a1e18f7 Binary files /dev/null and b/static/description/assets/screenshots/hide4.png differ diff --git a/static/description/assets/screenshots/hide5.png b/static/description/assets/screenshots/hide5.png new file mode 100755 index 0000000..2f7c424 Binary files /dev/null and b/static/description/assets/screenshots/hide5.png differ diff --git a/static/description/assets/screenshots/hide6.png b/static/description/assets/screenshots/hide6.png new file mode 100755 index 0000000..c1e49db Binary files /dev/null and b/static/description/assets/screenshots/hide6.png differ diff --git a/static/description/assets/y18.jpg b/static/description/assets/y18.jpg new file mode 100755 index 0000000..eea1714 Binary files /dev/null and b/static/description/assets/y18.jpg differ diff --git a/static/description/banner.jpg b/static/description/banner.jpg new file mode 100755 index 0000000..2bf5d5f Binary files /dev/null and b/static/description/banner.jpg differ diff --git a/static/description/icon.png b/static/description/icon.png new file mode 100755 index 0000000..033a3c7 Binary files /dev/null and b/static/description/icon.png differ diff --git a/static/description/index.html b/static/description/index.html new file mode 100755 index 0000000..2b86bcb --- /dev/null +++ b/static/description/index.html @@ -0,0 +1,952 @@ + + + + + + Hide Cost Price + + + + + + + + + + +
+
+ + + +
+
+ Community +
+
+ Enterprise +
+
+
+ +
+
+
+
+

Cost Price Will Be Visible Only For Selected Users. + +

+

Hide Cost Price +

+
+
+ +
+ +
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+

Key + Highlights

+
+
+
+
+ +
+
+ Available in Odoo 18.0 Community and + Enterprise. +
+
+
+
+
+
+ +
+
+ Cost Price Visibility Restricted. +
+
+
+
+
+
+ +
+
+ Administrator Visibility for Cost Price. +
+
+
+
+
+ +
+
+
+ Hide Cost Price +

+ Are you ready to make your business more + organized? +
Improve now! +

+ +
+
+ +
+
+
+ + + + +
+
+ +
+
+
+
+ acc_bg +
+ +
+
+
+
+

+ New View Cost + Price Group +

+
+
+

+ Only users with the 'View Cost Price' enabled will be able to see the product's cost + price. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

+ Cost Price in Product + + Form View +

+
+
+

+ 'View Cost Price' is enabled, users will be able to view the Cost Price in product + form view. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

+ Cost Price in Product + + Tree View +

+
+
+

+ 'View Cost Price' is enabled, users will be able to view the Cost Price in product + tree view. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

+ Restrict Cost Price + Visibility +

+
+
+

+ Disable 'View Cost Price', inorder to hide the Cost price from user. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

+ After Disabling + + 'View Cost Price' +

+
+
+

+ After disabling 'View Cost Price', the product's Cost price in form view will no + longer be + visible to the user +

+
+
+
+ +
+
+
+
+
+
+
+
+
+

+ After Disabling + + + 'View Cost Price' +

+
+
+

+ After disabling 'View Cost Price', the product's Cost price in form view will no + longer be + visible to the user +

+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+

+ Community & Enterprise Support.

+
+ +
+
+
+
+
+
+ +
+

+ Cost Price Visibility Restricted.

+
+
+
+
+
+
+
+ +
+

+ User Friendly.

+
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+

+ While configuring a + backup, selecting + the Zip option will + include the + filestore in the + backup, while + choosing the Dump + option will create a + backup without the + filestore. +

+
+
+
+ +
+
+
+
+
+
+ +
+
+

+ Latest Release 18.0.1.0.0 +

+ + 28th October, 2024 + +
+
+
+
+
+ Add +
+
+
+
    +
  • + Initial Commit +
  • + +
+
+
+
+
+
+
+
+
+
+ + + +
+

+ Related Products +

+ +
+ + +
+

+ Our Services

+ +
+ +
+
+ .... +
+
+ +
+ + +
+
+ + + + + + diff --git a/views/product_product_views.xml b/views/product_product_views.xml new file mode 100755 index 0000000..11169ce --- /dev/null +++ b/views/product_product_views.xml @@ -0,0 +1,41 @@ + + + + + product.product.view.form.inherited.hide.cost.price + product.product + + + + hide_cost_price.groups_view_cost_price + + + hide_cost_price.groups_view_cost_price + + + + + + product.product.view.tree.inherited.hide.cost.price + product.product + + + + hide_cost_price.groups_view_cost_price + + + + + product.product.view.tree.inherited.hide.cost.price + product.product + + + + hide_cost_price.groups_view_cost_price + + + hide_cost_price.groups_view_cost_price + + + + diff --git a/views/product_template_views.xml b/views/product_template_views.xml new file mode 100755 index 0000000..69ca7b3 --- /dev/null +++ b/views/product_template_views.xml @@ -0,0 +1,28 @@ + + + + + product.template.view.form.inherit.hide.cost.price + product.template + + + + hide_cost_price.groups_view_cost_price + + + hide_cost_price.groups_view_cost_price + + + + + + product.template.view.tree.inherit.hide.cost.price + product.template + + + + hide_cost_price.groups_view_cost_price + + + +