Merge pull request #287 from ForgeFlow/17.0-fix-intrastat_product-migration_script

[17.0][FIX]intrastat_product: fix `migrate` method params
This commit is contained in:
Pedro M. Baeza
2024-11-07 13:19:24 +01:00
committed by GitHub

View File

@@ -6,5 +6,5 @@ from openupgradelib import openupgrade
@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"
)