1234567891011121314151617181920 |
- {
- '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',
- }
|