diff --git a/viin_brand_auth_totp/views/user_perferences.xml b/viin_brand_auth_totp/views/user_perferences.xml index f6aa032c..714df17f 100644 --- a/viin_brand_auth_totp/views/user_perferences.xml +++ b/viin_brand_auth_totp/views/user_perferences.xml @@ -10,4 +10,14 @@ + + user form: add totp status + res.users + + + + https://viindoo.com/documentation/15.0/applications/getting-started/external-apps-integration/two-factor-authentication.html + + + diff --git a/viin_brand_auth_totp_mail/__init__.py b/viin_brand_auth_totp_mail/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/viin_brand_auth_totp_mail/__manifest__.py b/viin_brand_auth_totp_mail/__manifest__.py new file mode 100644 index 00000000..c94dd8dc --- /dev/null +++ b/viin_brand_auth_totp_mail/__manifest__.py @@ -0,0 +1,62 @@ +{ + 'name': "2FA Invite mail Branding For Viindoo", + 'name_vi_VN': "Giao diện Viindoo cho module 2FA Invite mail", + + 'summary': """ +Theme branding Viindoo for module 2FA Invite mail""", + 'summary_vi_VN': """ +Giao diện brand Viindoo cho module 2FA Invite mail +""", + + 'description': """ +What it does +============ +This module will change module 2FA Invite mail following Viindoo's brand + + +Editions Supported +================== +1. Community Edition +2. Enterprise Edition + + """, + + 'description_vi_VN': """ +Ứng dụng này làm gì +=================== +Module này sẽ thay đổi module 2FA Invite mail theo thương hiệu Viindoo + + +Ấn bản được Hỗ trợ +================== +1. Ấn bản Community +2. Ấn bản Enterprise + +""", + + 'author': "Viindoo", + 'website': "https://viindoo.com", + 'live_test_url': "https://v15demo-int.viindoo.com", + 'live_test_url_vi_VN': "https://v15demo-vn.viindoo.com", + 'support': "apps.support@viindoo.com", + + # Categories can be used to filter modules in modules listing + # Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml + # for the full list + 'category': 'Hidden', + 'version': '0.1', + + # any module necessary for this one to work correctly + 'depends': ['auth_totp_mail'], + + # always loaded + 'data': [ + 'data/mail_template_data.xml', + ], + 'installable': True, + 'application': False, + 'auto_install': True, + 'price': 0.0, + 'currency': 'EUR', + 'license': 'OPL-1', +} diff --git a/viin_brand_auth_totp_mail/data/mail_template_data.xml b/viin_brand_auth_totp_mail/data/mail_template_data.xml new file mode 100644 index 00000000..e6a5e1b2 --- /dev/null +++ b/viin_brand_auth_totp_mail/data/mail_template_data.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + +