[OU-FIX] account_payment_order_notification: Remove translations

TT40795
This commit is contained in:
Víctor Martínez
2022-12-15 10:49:38 +01:00
parent 8e4f62def4
commit 5d42db6bcc

View File

@@ -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"],
)