[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
committed by Yadier A. De Quesada
parent b5d78c1936
commit d8b5042b64

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