Skip to content

Commit

Permalink
Merge PR #4730 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by MiquelRForgeFlow
  • Loading branch information
OCA-git-bot committed Feb 3, 2025
2 parents 4141ec8 + a743382 commit 8640f5b
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 8640f5b

Please sign in to comment.