You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							56 lines
						
					
					
						
							2.3 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							56 lines
						
					
					
						
							2.3 KiB
						
					
					
				| # -*- coding: utf-8 -*- | |
| ############################################################################# | |
| # | |
| #    Cybrosys Technologies Pvt. Ltd. | |
| # | |
| #    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |
| #    Author: Vishnu kp (<https://www.cybrosys.com>) | |
| # | |
| #    You can modify it under the terms of the GNU LESSER | |
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |
| # | |
| #    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 | |
| #    (LGPL v3) along with this program. | |
| #    If not, see <http://www.gnu.org/licenses/>. | |
| # | |
| ############################################################################# | |
| { | |
|     'name': 'User Wise Button Restrict In POS ', | |
|     'version': '17.0.1.0.0', | |
|     'category': 'Point Of Sale', | |
|     'summary': """User Wise Button Restrict In POS is used to restrict the  | |
|      buttons in the pos basis of users and sessions""", | |
|     'description': """The User Wise Button Restrict In POS module for Odoo | |
|      is designed to provide administrators with the ability to control and  | |
|      restrict the buttons that are available within the Point of Sale (POS) | |
|      interface based on the user who is logged in and the specific session | |
|      that is active.""", | |
|     'author': 'Cybrosys Techno Solutions', | |
|     'company': 'Cybrosys Techno Solutions', | |
|     'maintainer': 'Cybrosys Techno Solutions', | |
|     'website': 'https://www.cybrosys.com', | |
|     'depends': ['base','pos_sale', 'pos_loyalty'], | |
|     'data': { | |
|         'security/ir.model.access.csv', | |
|         'data/pos_buttons_data.xml', | |
|         'views/res_users_views.xml', | |
|     }, | |
|     'assets': { | |
|         'point_of_sale._assets_pos': [ | |
|             'pos_button_visibility/static/src/js/RefundButton.js', | |
|             'pos_button_visibility/static/src/js/numpad_button.js', | |
|             'pos_button_visibility/static/src/xml/RewardButton.xml', | |
|             'pos_button_visibility/static/src/xml/RefundButton.xml', | |
|         ] | |
|     }, | |
|     'images': ['static/description/banner.jpg'], | |
|     'license': 'LGPL-3', | |
|     'installable': True, | |
|     'auto_install': False, | |
|     'application': False, | |
| }
 | |
| 
 |