mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Add auth_admin for 11.0 from https://github.com/hibou-io/odoo-auth-admin
This commit is contained in:
30
auth_admin/__manifest__.py
Executable file
30
auth_admin/__manifest__.py
Executable file
@@ -0,0 +1,30 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
{
|
||||
'name': 'Auth Admin',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'category': 'Hidden',
|
||||
'version': '11.0.0.0.0',
|
||||
'description':
|
||||
"""
|
||||
Login as other user
|
||||
===================
|
||||
|
||||
Provides a way for an authenticated user, with certain permissions, to login as a different user.
|
||||
Can also create a URL that logs in as that user.
|
||||
|
||||
Out of the box, only allows you to generate a login for an 'External User', e.g. portal users.
|
||||
|
||||
*2017-11-15* New button to generate the login on the Portal User Wizard (Action on Contact)
|
||||
""",
|
||||
'depends': [
|
||||
'base',
|
||||
'website',
|
||||
'portal',
|
||||
],
|
||||
'auto_install': False,
|
||||
'data': [
|
||||
'views/res_users.xml',
|
||||
'wizard/portal_wizard_views.xml',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user