Skip to content

Commit

Permalink
[OU-FIX] resource_booking: Proper openupgradelib method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Nov 29, 2023
1 parent 0e39c16 commit 969899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_booking/migrations/15.0.1.4.0/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def convert_resource_booking_partners(env):
openupgrade.m2o_to_x2x(
openupgrade.m2o_to_x2m(
env.cr,
env["resource.booking"],
"resource_booking",
Expand Down

0 comments on commit 969899c

Please sign in to comment.