Skip to content

Commit

Permalink
Merge PR #2325 into 11.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 29, 2020
2 parents 856875e + e2838c5 commit 0a6023f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addons/auth_ldap/migrations/11.0.1.0/post-migration.py
@@ -0,0 +1,10 @@
# Copyright 2020 Tecnativa - Jairo Llopis
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
# Let action direct to the tree view by default, as expected
env.ref('auth_ldap.action_ldap_installer').view_id = False

0 comments on commit 0a6023f

Please sign in to comment.