Skip to content

Commit 198468b

Browse files
authored
Merge pull request #2205 from AmetrasIntelligence/16.0_fix_product_packaging_level_migration
[16.0][OU-FIX] product_packaging_level: Fixed migration script for Migration 16.0
2 parents bae107a + 3675029 commit 198468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_packaging_level/migrations/16.0.1.0.0/post-migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@openupgrade.migrate()
88
def migrate(env, version):
99
openupgrade.load_data(
10-
env, "product_packaging_level", "16.0.1.0.0/noupdate_changes.xml"
10+
env.cr, "product_packaging_level", "16.0.1.0.0/noupdate_changes.xml"
1111
)
1212
openupgrade.delete_record_translations(
1313
env.cr,

0 commit comments

Comments
 (0)