This commit is contained in:
gsinghpal
2026-05-13 08:17:35 -04:00
parent cd763fa1d7
commit ad64b0b4c9
2 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from odoo import api, SUPERUSER_ID
from odoo.addons.fusion_whitelabels import _apply_mail_overrides
def migrate(cr, version):
env = api.Environment(cr, SUPERUSER_ID, {})
_apply_mail_overrides(env)