From bc7e748855d0d2575520914b5406ecd1e0514d2a Mon Sep 17 00:00:00 2001 From: Don Kendall Date: Wed, 20 May 2026 20:59:23 -0400 Subject: [PATCH] [MIG] auth_*: trivial submodule annotations --- docsource/modules180-190.rst | 12 +++++----- .../19.0.1.0/upgrade_analysis_work.txt | 13 +++++++++++ .../19.0.1.1/upgrade_analysis_work.txt | 16 +++++++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 10 ++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 23 +++++++++++++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 15 ++++++++++++ .../19.0.1.0/upgrade_analysis_work.txt | 19 +++++++++++++++ 7 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt create mode 100644 openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index e7f797ce0766..a9b741a47c43 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -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 | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -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 | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..d6494893d907 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis_work.txt @@ -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 diff --git a/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..225ee8f6700c --- /dev/null +++ b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis_work.txt @@ -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 diff --git a/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..56714afb70b0 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis_work.txt @@ -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 diff --git a/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..a2d386285e30 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis_work.txt @@ -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 diff --git a/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..8826846d9f60 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt @@ -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 diff --git a/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..55cd6a02c305 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis_work.txt @@ -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