diff --git a/docsource/modules130-140.rst b/docsource/modules130-140.rst index 15391a900b22..02f1db4eba16 100644 --- a/docsource/modules130-140.rst +++ b/docsource/modules130-140.rst @@ -54,7 +54,7 @@ Module coverage 13.0 -> 14.0 +--------------------------------------------+-------------------------------------------------+ |auth_ldap | | +--------------------------------------------+-------------------------------------------------+ -|auth_oauth | | +|auth_oauth | Done | +--------------------------------------------+-------------------------------------------------+ |auth_password_policy | | +--------------------------------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/post-migration.py b/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/post-migration.py new file mode 100644 index 000000000000..2027bc0151b0 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/post-migration.py @@ -0,0 +1,8 @@ +# Copyright 2021 ForgeFlow S.L. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env.cr, "auth_oauth", "14.0.1.0/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..253696ed5556 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_oauth/14.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'auth_oauth'--- +---Fields in module 'auth_oauth'--- +auth_oauth / auth.oauth.provider / _order : _order is now 'sequence, name' ('name') +# NOTHING TO DO + +---XML records in module 'auth_oauth'---