Skip to content

Commit

Permalink
[OU-FIX] hr_holidays: forgot to call a method
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Feb 3, 2025
1 parent 4141ec8 commit a743382
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def _map_hr_leave_allocation_state(env):

@openupgrade.migrate()
def migrate(env, version):
fill_hr_leave_type_requires_allocation(env)
_map_hr_leave_state(env)
_map_hr_leave_allocation_state(env)
openupgrade.load_data(env.cr, "hr_holidays", "15.0.1.5/noupdate_changes.xml")

0 comments on commit a743382

Please sign in to comment.