19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -11,18 +11,18 @@
<t t-esc="env.ref('auth_totp.view_totp_wizard').sudo().get_combined_arch()"/>
</div>
<section>
<h3>
<h4>
Two-factor authentication
<a href="https://www.odoo.com/documentation/16.0/applications/general/auth/2fa.html" target="_blank">
<a href="https://www.odoo.com/documentation/latest/applications/general/auth/2fa.html" target="_blank">
<i title="Documentation" class="fa fa-fw o_button_icon fa-info-circle"></i>
</a>
</h3>
</h4>
<t t-if="not user_id.totp_enabled">
<div class="alert alert-secondary" role="status">
<i class="fa fa-warning"/>
Two-factor authentication not enabled
</div>
<button type="button" class="btn btn-secondary" id="auth_totp_portal_enable">
<button type="button" class="btn btn-light" id="auth_totp_portal_enable">
Enable two-factor authentication
</button>
</t>