diff --git a/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py b/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py index 543da1f88420..e4a4cf9a670c 100644 --- a/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py +++ b/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py @@ -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", + ], + )