20 lines
437 B
Python
20 lines
437 B
Python
|
{
|
||
|
'name': "TOTPortal",
|
||
|
'category': 'Hidden',
|
||
|
'depends': ['portal', 'auth_totp'],
|
||
|
'auto_install': True,
|
||
|
'data': [
|
||
|
'security/security.xml',
|
||
|
'views/templates.xml',
|
||
|
],
|
||
|
'assets': {
|
||
|
'web.assets_frontend': [
|
||
|
'auth_totp_portal/static/src/**/*',
|
||
|
],
|
||
|
'web.assets_tests': [
|
||
|
'auth_totp_portal/static/tests/**/*',
|
||
|
],
|
||
|
},
|
||
|
'license': 'LGPL-3',
|
||
|
}
|