Skip to content

Commit

Permalink
Merge pull request #4659 from Tecnativa/17.0-ou_fix-calendar
Browse files Browse the repository at this point in the history
[17.0][OU-FIX] calendar: Missing delete translations
  • Loading branch information
pedrobaeza authored Nov 7, 2024
2 parents ff8d955 + d0f39c7 commit b2245d2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "calendar", "17.0.1.1/noupdate_changes.xml")
openupgrade.delete_record_translations(
env.cr,
"calendar",
[
"calendar_template_meeting_invitation",
"calendar_template_meeting_reminder",
"calendar_template_meeting_update",
],
)

0 comments on commit b2245d2

Please sign in to comment.