We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be38818 + 4a5831c commit 9534229Copy full SHA for 9534229
1 file changed
openupgrade_scripts/scripts/base/18.0.1.3/end-migration.py
@@ -1,4 +1,5 @@
1
# Copyright 2025 Hunki Enterprises BV
2
+# Copyright 2026 Tecnativa - Pedro M. Baeza
3
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4
5
from openupgradelib import openupgrade
@@ -35,6 +36,7 @@ def _fix_res_users_apikeys(env):
35
36
37
@openupgrade.migrate()
38
def migrate(env, version):
39
+ openupgrade.disable_invalid_filters(env)
40
_fix_res_users_apikeys(env)
41
env.ref("base.model_ir_property").with_context(
42
**{MODULE_UNINSTALL_FLAG: True}
0 commit comments