Skip to content

Commit

Permalink
Merge pull request #3658 from decgroupe/14.0-fix-hr-timesheet-view-co…
Browse files Browse the repository at this point in the history
…llision

[14.0][OU-FIX] hr_timesheet: Delete obsolete view
  • Loading branch information
pedrobaeza authored Dec 16, 2022
2 parents f47e223 + dc03be9 commit 5618fff
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ def migrate(env, version):
True,
)
_fill_task_overtime(env)
# Remove obsolete view from "hr_timesheet_analysis" module that would
# collide with the new "timesheet_action_view_all_pivot" view
openupgrade.delete_records_safely_by_xml_id(
env, ["hr_timesheet_analysis.act_hr_timesheet_line_view_all_pivot"]
)

0 comments on commit 5618fff

Please sign in to comment.