From 5d42db6bccc17e3231cc52218946986a89cbbfa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Thu, 15 Dec 2022 10:49:38 +0100 Subject: [PATCH] [OU-FIX] account_payment_order_notification: Remove translations TT40795 --- .../migrations/14.0.1.2.0/post-migration.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/account_payment_order_notification/migrations/14.0.1.2.0/post-migration.py b/account_payment_order_notification/migrations/14.0.1.2.0/post-migration.py index 140ef453b..56b2c642e 100644 --- a/account_payment_order_notification/migrations/14.0.1.2.0/post-migration.py +++ b/account_payment_order_notification/migrations/14.0.1.2.0/post-migration.py @@ -11,3 +11,8 @@ def migrate(env, version): "account_payment_order_notification", "migrations/14.0.1.2.0/noupdate_changes.xml", ) + openupgrade.delete_record_translations( + env.cr, + "account_payment_order_notification", + ["email_account_payment_order_notification"], + )