From 0adbdf7bd560ba18a3e12bc05870bcdbfd928552 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Tue, 16 Jun 2026 08:31:03 -0500 Subject: [PATCH] [OU-ADD] auth_totp: Nothing to do --- docsource/modules180-190.rst | 2 +- .../auth_totp/19.0.1.0/upgrade_analysis_work.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 00398d4dccc8..3572d612f2d8 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -60,7 +60,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| auth_timeout | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| auth_totp | | | +| auth_totp |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | auth_totp_mail | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ 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..7f11b120b1be --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,12 @@ +---Models in module 'auth_totp'--- +model auth.totp.rate.limit.log (moved from auth_totp_mail_enforce) [transient] +# NOTHING TO DO: this is a transient model that was simply moved from another module. + +---Fields in module 'auth_totp'--- +auth_totp / res.users / totp_last_counter (integer) : NEW +# NOTHING TO DO: The field will be updated automatically on the user's next login. + +---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: Handled by ORM