Skip to content

Commit

Permalink
Merge pull request #2830 from ForgeFlow/14.0-mig-auth_oauth
Browse files Browse the repository at this point in the history
[14.0][MIG] auth_oauth
  • Loading branch information
pedrobaeza authored Jul 14, 2021
2 parents 4798a6d + c06810f commit ef1fff8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules130-140.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Module coverage 13.0 -> 14.0
+--------------------------------------------+-------------------------------------------------+
|auth_ldap | |
+--------------------------------------------+-------------------------------------------------+
|auth_oauth | |
|auth_oauth | Done |
+--------------------------------------------+-------------------------------------------------+
|auth_password_policy | |
+--------------------------------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2021 ForgeFlow S.L. <https://www.forgeflow.com>
# 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")
Original file line number Diff line number Diff line change
@@ -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'---

0 comments on commit ef1fff8

Please sign in to comment.