# -*- coding: utf-8 -*- ############################################################################### # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2024-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions (odoo@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 . # ############################################################################### { 'name': 'Login As Any User', 'version': '18.0.1.0.0', 'category': 'Extra Tools', 'summary': 'Admin can log in as any user', 'description': 'The "Login As Any User" module allows administrators to ' 'switch to any user account without the need for ' 'passwords or other authentication.', 'author': 'Cybrosys Techno Solution', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solution', 'website': 'https://www.cybrosys.com', 'depends': ['web'], 'data': [ 'security/ir.model.access.csv', 'wizards/user_selection_views.xml' ], 'assets': { 'web.assets_backend': [ 'login_as_any_user/static/src/js/systray_button.js', 'login_as_any_user/static/src/xml/systray_button_templates.xml', ]}, 'images': [ 'static/description/banner.png' ], 'license': 'LGPL-3', 'installable': True, 'auto-install': False, 'application': False, }