Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Feb 28, 2025
1 parent fb14351 commit 17d675f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openupgrade_framework/odoo_patch/odoo/modules/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ def migrate(cr, version):
scripts_to_avoid = {
"analytic": ["/1.2/pre-"], # https://github.com/odoo/odoo/pull/199604
}
if "analytic" == module_name:
print("LOOK", path, type(path))
if any(
script_path in path for script_path in scripts_to_avoid.get(module_name, [])
):
Expand Down

0 comments on commit 17d675f

Please sign in to comment.