Skip to content

Commit

Permalink
[OU-FIX] calendar: Missing delete translations
Browse files Browse the repository at this point in the history
TT4460
  • Loading branch information
pedrobaeza committed Nov 7, 2024
1 parent ff8d955 commit d0f39c7
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 d0f39c7

Please sign in to comment.