| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/auth_timeout |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Hidden/Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Denis Ledoux, Xavier Morel, Tiffany Chang (tic), Stanislas Sobieski, Dylan Kiss (dyki) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - auth_totp - web - base - auth_totp_mail - base_setup - bus - web_tour - html_editor - auth_passkey |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
auth_passkey_groups_form |
auth.passkey.groups.form | res.groups | notebook | Inherits base.view_groups_form |
check_identity |
Check Identity | ir.ui.view | qweb | New |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)get_frontend_session_info(self)
session_info(self)
No new fields.
Public methods (0)No public methods.
has_lock_timeout
Boolean
compute='_compute_has_lock_timeout'
help="Requires re-authentication after the user's last connection"
readonly=False
has_lock_timeout_inactivity
Boolean
compute='_compute_lock_timeout_inactivity_bool'
help='Requires re-authentication after a period of user inactivity'
readonly=False
lock_timeout
Integer
help='Time interval (in minutes) after which re-authentication is required, regardless of inactivity.'
string='Session timeout'
lock_timeout_2fa_selection
Selection
compute='_compute_lock_timeout_2fa_selection'
inverse='_inverse_lock_timeout_2fa_selection'
args: [('without_2fa', 'Logout'), ('with_2fa', 'Logout with two-factor authentication')]
lock_timeout_delay_in_unit
Integer
compute='_compute_lock_timeout_delay_unit'
readonly=False
lock_timeout_delay_unit
Selection
compute='_compute_lock_timeout_delay_unit'
readonly=False
args: DELAY_UNITS
lock_timeout_inactivity
Integer
help='Time (in minutes) of user inactivity after which re-authentication is required.'
string='Inactivity timeout'
lock_timeout_inactivity_2fa_selection
Selection
compute='_compute_lock_timeout_inactivity_2fa_selection'
inverse='_inverse_lock_timeout_inactivity_2fa_selection'
args: [('without_2fa', 'Screen lock'), ('with_2fa', 'Screen lock with two-factor authentication')]
lock_timeout_inactivity_delay_in_unit
Integer
compute='_compute_lock_timeout_inactivity_delay_unit'
readonly=False
lock_timeout_inactivity_delay_unit
Selection
compute='_compute_lock_timeout_inactivity_delay_unit'
readonly=False
args: DELAY_UNITS
lock_timeout_inactivity_mfa
Boolean
help='Enable two-factor authentication when the inactivity timeout is reached.'
string='Require MFA on inactivity timeout'
lock_timeout_mfa
Boolean
help='Enable two-factor authentication when the session timeout is reached.'
string='Require MFA on session timeout'
create(self, vals_list)
unlink(self)
write(self, vals)
No new fields.
Public methods (0)No public methods.