diff --git a/hide_cost_price/__manifest__.py b/hide_cost_price/__manifest__.py index 6c561bdf4..8303a0ee5 100644 --- a/hide_cost_price/__manifest__.py +++ b/hide_cost_price/__manifest__.py @@ -20,7 +20,7 @@ { 'name': 'Hide Product Cost Price', 'summary': """Product Cost Price Will be Visible Only for Specified Group""", - 'version': '11.0.1.0.0', + 'version': '11.0.1.1.0', 'description': """Product cost price will be visible only for specified group""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', diff --git a/hide_cost_price/__manifest__.py~ b/hide_cost_price/__manifest__.py~ deleted file mode 100644 index cba482d02..000000000 --- a/hide_cost_price/__manifest__.py~ +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Niyas Raphy() -# you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# It is forbidden to publish, distribute, sublicense, or sell copies -# of the Software or modified copies of the Software. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. -# If not, see . -# -############################################################################## -{ - 'name': 'Hide Product Cost Price', - 'summary': """Product Cost Price Will be Visible Only for Specified Users in the Group""", - 'version': '10.0.1.0.0', - 'description': """Product cost price will be visible only users in group""", - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'category': 'Sales', - 'depends': ['base', 'purchase'], - 'license': 'AGPL-3', - 'data': [ - 'security/view_cost_price.xml', - 'views/hide_product_cost.xml' - ], - 'images': ['static/description/banner.jpg'], - 'demo': [], - 'installable': True, - 'auto_install': False, - -} diff --git a/hide_cost_price/doc/RELEASE_NOTES.md b/hide_cost_price/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..438ec14e0 --- /dev/null +++ b/hide_cost_price/doc/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +## Module + +#### 02.04.2018 +#### Version 11.0.1.0.0 +##### ADD +- Initial commit. + +#### 10.03.2020 +#### Version 11.0.1.1.0 +##### UPDT +- Cost price hidden for product variant also (for product.product model) diff --git a/hide_cost_price/static/description/index.html~ b/hide_cost_price/static/description/index.html~ deleted file mode 100644 index 7f747cbbb..000000000 --- a/hide_cost_price/static/description/index.html~ +++ /dev/null @@ -1,82 +0,0 @@ -
-
-

Birthday Notification By E-mail

-

This module will wish the employees on their birthday

- -

Author : Cybrosys Techno Solutions , www.cybrosys.com

-
-

Features:

-
    -
  •    Adds a cron job to invoke email
  • -
  •    Adds an email template
  • -
-
-
-
- -
-
-
-

Overview

-

- HR departments need not worry to wish their employees for their Birthday. In this module we have included the feature to send an email Birthday notification to the employee. -

-
-
-
- -
-
-

Employee Form

-
-

- ☛ Give Date of Birth for employee.
- ☛ Give work email.
-

-
- -
-
-
-
- -
-
-

Email Template

-
-

- ☛ The cron job will invoke the email
- ☛ Email template is very simple
-

-
- -
-
-
-
- -
-

Need Any Help?

- -
diff --git a/hide_cost_price/views/hide_product_cost.xml b/hide_cost_price/views/hide_product_cost.xml index 2e8129852..a6f3858b2 100644 --- a/hide_cost_price/views/hide_product_cost.xml +++ b/hide_cost_price/views/hide_product_cost.xml @@ -15,6 +15,20 @@ + + product.product.cost + product.product + + + + hide_cost_price.view_cost_price + + + hide_cost_price.view_cost_price + + + + product.template.cost product.template @@ -25,5 +39,6 @@ +