server-ux/easy_switch_user/__manifest__.py

24 lines
625 B
Python
Raw Permalink Normal View History

2021-03-23 19:38:33 +00:00
# Copyright 2018 Onestein
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy Switch User',
'summary': 'Lets administrators and developers quickly '
'change user to test e.g. access rights',
'category': 'Tools',
2021-05-27 10:47:45 +00:00
'version': '1.0.1.0.0',
2021-03-23 19:38:33 +00:00
'author': 'Onestein, Odoo Community Association (OCA)',
'website': 'https://gitlab.com/flectra-community/server-ux',
'license': 'AGPL-3',
'depends': [
'web'
],
'qweb': [
'static/src/xml/switch_user.xml'
],
'data': [
'templates/assets.xml'
],
'installable': True,
}