diff options
Diffstat (limited to 'addons/auth_totp_portal/__manifest__.py')
| -rw-r--r-- | addons/auth_totp_portal/__manifest__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addons/auth_totp_portal/__manifest__.py b/addons/auth_totp_portal/__manifest__.py new file mode 100644 index 00000000..435d53d2 --- /dev/null +++ b/addons/auth_totp_portal/__manifest__.py @@ -0,0 +1,11 @@ +{ + 'name': "TOTPortal", + 'category': 'Hidden', + 'depends': ['portal', 'auth_totp'], + 'auto_install': True, + 'data': [ + 'security/security.xml', + 'views/templates.xml', + ], + 'license': 'LGPL-3', +} |
