Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_ldap | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_oauth | | |
| auth_oauth |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_passkey | | |
| auth_passkey |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| auth_passkey_portal | | |
| |new| auth_passkey_portal |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_password_policy | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand All @@ -58,11 +58,11 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_signup |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| auth_timeout | | |
| |new| auth_timeout |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp | | |
| auth_totp |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp_mail | | |
| auth_totp_mail |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |del| auth_totp_mail_enforce | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Models in module 'auth_oauth'---

# NOTHING TO DO

---Fields in module 'auth_oauth'---

---XML records in module 'auth_oauth'---
DEL ir.ui.view: auth_oauth.login
DEL ir.ui.view: auth_oauth.reset_password
DEL ir.ui.view: auth_oauth.signup
DEL ir.ui.view: auth_oauth.view_users_form

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---Models in module 'auth_passkey'---

# NOTHING TO DO

---Fields in module 'auth_passkey'---

---XML records in module 'auth_passkey'---
NEW ir.model.access: auth_passkey.access_auth_passkey_key_create_portal
NEW ir.model.access: auth_passkey.access_auth_passkey_key_portal
ir.rule: auth_passkey.rule_auth_passkey_key_admin (noupdate) (noupdate switched)
NEW ir.rule: auth_passkey.rule_auth_passkey_key_create_portal (noupdate)
ir.rule: auth_passkey.rule_auth_passkey_key_user (noupdate) (noupdate switched)
NEW ir.ui.view: auth_passkey.auth_passkey_key_view_kanban
NEW ir.ui.view: auth_passkey.auth_passkey_login_oauth

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'auth_passkey_portal'---

# NOTHING TO DO

---Fields in module 'auth_passkey_portal'---

---XML records in module 'auth_passkey_portal'---
NEW ir.ui.view: auth_passkey_portal.passkeys_portal_hook

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---Models in module 'auth_timeout'---

# NOTHING TO DO

---Fields in module 'auth_timeout'---
auth_timeout / res.groups / has_lock_timeout (boolean) : NEW hasdefault: compute, stored: False
auth_timeout / res.groups / has_lock_timeout_inactivity (boolean): NEW hasdefault: compute, stored: False
auth_timeout / res.groups / lock_timeout (integer) : NEW
auth_timeout / res.groups / lock_timeout_delay_in_unit (integer): NEW hasdefault: compute, stored: False
auth_timeout / res.groups / lock_timeout_delay_unit (selection): NEW selection_keys: ['days', 'hours', 'minutes'], hasdefault: compute, stored: False
auth_timeout / res.groups / lock_timeout_inactivity (integer): NEW
auth_timeout / res.groups / lock_timeout_inactivity_delay_in_unit (integer): NEW hasdefault: compute, stored: False
auth_timeout / res.groups / lock_timeout_inactivity_delay_unit (selection): NEW selection_keys: ['days', 'hours', 'minutes'], hasdefault: compute, stored: False
auth_timeout / res.groups / lock_timeout_inactivity_mfa (boolean): NEW
auth_timeout / res.groups / lock_timeout_mfa (boolean) : NEW

# NOTHING TO DO

---XML records in module 'auth_timeout'---
NEW ir.ui.view: auth_timeout.auth_passkey_groups_form
NEW ir.ui.view: auth_timeout.check_identity

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'auth_totp'---
model auth.totp.rate.limit.log (moved from auth_totp_mail_enforce) [transient]

# NOTHING TO DO

---Fields in module 'auth_totp'---
auth_totp / res.users / totp_last_counter (integer) : NEW

# NOTHING TO DO

---XML records in module 'auth_totp'---
NEW ir.model.access: auth_totp.access_auth_totp_rate_limit_log [renamed from auth_totp_mail_enforce module]
NEW ir.model.constraint: auth_totp.constraint_auth_totp_rate_limit_log_user_id_limit_type_create_date_idx

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---Models in module 'auth_totp_mail'---
model auth.totp.rate.limit.log (moved to auth_totp) [transient]

# NOTHING TO DO

---Fields in module 'auth_totp_mail'---

---XML records in module 'auth_totp_mail'---
DEL ir.model.access: auth_totp_mail_enforce.access_auth_totp_rate_limit_log [renamed to auth_totp module]
NEW ir.ui.view: auth_totp_mail.account_security_alert
NEW ir.ui.view: auth_totp_mail.auth_totp_mail_form
NEW ir.ui.view: auth_totp_mail.res_config_settings_view_form
DEL ir.ui.view: auth_totp_mail.account_security_setting_update
DEL ir.ui.view: auth_totp_mail_enforce.auth_totp_mail_form
DEL ir.ui.view: auth_totp_mail_enforce.res_config_settings_view_form
NEW mail.template: auth_totp_mail.mail_template_totp_mail_code [renamed from auth_totp_mail_enforce module] (noupdate)
DEL mail.template: auth_totp_mail_enforce.mail_template_totp_mail_code [renamed to auth_totp_mail module] (noupdate)

# NOTHING TO DO
Loading