Files
bank-payment/account_payment_order_notification/migrations/14.0.1.2.0/post-migration.py
Víctor Martínez a11c7064c5 [FIX] account_payment_order_notification: Fix template body.
Avoid re-formatting the content causing an error when rendering the template.

TT40795
2022-12-14 12:25:59 +01:00

14 lines
357 B
Python

# Copyright 2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade
@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(
env.cr,
"account_payment_order_notification",
"migrations/14.0.1.2.0/noupdate_changes.xml",
)