# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2024-TODAY Cybrosys Technologies() # Author: Vishnu kp () # # 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 . # ############################################################################# { '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, }