Merge pull request #1001 from Tecnativa/14.0-ou-fix-account_payment_order_notification-template_body

[14.0][OU-FIX] account_payment_order_notification: Remove translations
This commit is contained in:
Pedro M. Baeza
2022-12-15 12:29:54 +01:00
committed by GitHub

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