mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
22 lines
426 B
Python
Executable File
22 lines
426 B
Python
Executable File
{
|
|
'name': 'Auth Admin Website',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'category': 'Hidden',
|
|
'version': '13.0.1.0.0',
|
|
'description':
|
|
"""
|
|
Login as other user
|
|
===================
|
|
|
|
Add support for multiple websites to Auth Admin
|
|
""",
|
|
'depends': [
|
|
'auth_admin',
|
|
'website',
|
|
],
|
|
'auto_install': True,
|
|
'data': [
|
|
'wizard/portal_wizard_views.xml',
|
|
],
|
|
}
|