Skip to content

Commit

Permalink
Merge pull request #287 from ForgeFlow/17.0-fix-intrastat_product-mig…
Browse files Browse the repository at this point in the history
…ration_script

[17.0][FIX]intrastat_product: fix `migrate` method params
  • Loading branch information
pedrobaeza authored Nov 7, 2024
2 parents c69fb66 + 5d35130 commit 98e1d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intrastat_product/migrations/17.0.1.1.0/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(
env.cr, "intrastat_product", "migrations/17.0.1.1.0/noupdate_changes.xml"
env, "intrastat_product", "migrations/17.0.1.1.0/noupdate_changes.xml"
)

0 comments on commit 98e1d7b

Please sign in to comment.