Skip to content

Commit

Permalink
Merge pull request OCA#1250 from Tecnativa/17.0-ou-fix-mis_builder_ca…
Browse files Browse the repository at this point in the history
…sh_flow

[17.0][OU-FIX] mis_builder_cash_flow: use env in openupgrade load_data instead of cr
  • Loading branch information
pedrobaeza authored Nov 11, 2024
2 parents cc73f29 + 438616d commit c8aa67f
Showing 1 changed file with 1 addition and 1 deletion.
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, "mis_builder_cash_flow", "migrations/16.0.1.0.0/noupdate_changes.xml"
env, "mis_builder_cash_flow", "migrations/16.0.1.0.0/noupdate_changes.xml"
)

0 comments on commit c8aa67f

Please sign in to comment.