# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Gayathri V() # # 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': 'Userwise Developer Mode Restriction', 'version': '17.0.1.0.0', 'category': 'Extra Tools', 'summary': 'Userwise Developer Mode Restriction', "description": "Restrict Developer Mode for Specific Users, Disable " "Developer Mode,Restrict Debug mode User wise,Developer " "mode restriction userwise", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'depends': ['web'], 'data': [ 'security/restrict_web_debug_groups.xml', ], 'assets': { 'web.assets_backend': [ 'restrict_web_debug/static/src/core/debug/debug_menu_basic_inherit.js', 'restrict_web_debug/static/src/core/debug/debug_menu.xml', ], }, 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False }