Skip to content

Commit

Permalink
[OU-FIX] mis_builder_cash_flow: use env in openupgrade load_data inst…
Browse files Browse the repository at this point in the history
…ead of cr

As stated in https://github.com/OCA/openupgradelib/blob/master/openupgradelib/openupgrade.py#L297, the param should `env`, instead of the cursor
  • Loading branch information
victoralmau committed Nov 11, 2024
1 parent cc73f29 commit 438616d
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 438616d

Please sign in to comment.