Skip to content

Commit c8aa67f

Browse files
authored
Merge pull request #1250 from Tecnativa/17.0-ou-fix-mis_builder_cash_flow
[17.0][OU-FIX] mis_builder_cash_flow: use env in openupgrade load_data instead of cr
2 parents cc73f29 + 438616d commit c8aa67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mis_builder_cash_flow/migrations/16.0.1.0.0/post-migration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
@openupgrade.migrate()
77
def migrate(env, version):
88
openupgrade.load_data(
9-
env.cr, "mis_builder_cash_flow", "migrations/16.0.1.0.0/noupdate_changes.xml"
9+
env, "mis_builder_cash_flow", "migrations/16.0.1.0.0/noupdate_changes.xml"
1010
)

0 commit comments

Comments
 (0)