From a98f223b777233b6f89a6279090c82ece222a307 Mon Sep 17 00:00:00 2001 From: Ajmal Cybro Date: Tue, 22 Mar 2022 17:33:46 +0530 Subject: [PATCH] [UPDT] Bug fixed 'pos_discount_manager' --- pos_discount_manager/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pos_discount_manager/__manifest__.py b/pos_discount_manager/__manifest__.py index 2041c778c..dfb3cc5ea 100644 --- a/pos_discount_manager/__manifest__.py +++ b/pos_discount_manager/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': "POS Discount Manager Approval", - 'version': '14.0.1.0.2', + 'version': '14.0.1.0.3', 'summary': """Discount limit for each employee in every point of sale""", 'description': """"This module helps you to set a discount limit for each employee in every point of sale. It facilitate the manager approval when discount over the limit of employee""", @@ -30,7 +30,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': "Cybrosys Techno Solutions", 'website': "http://www.cybrosys.com", - 'depends': ['point_of_sale', 'hr'], + 'depends': ['point_of_sale', 'pos_discount', 'hr'], 'data': [ 'views/hr_employee_inherit_view.xml', 'views/templates.xml',