mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 08:12:09 +02:00
10 lines
269 B
Python
10 lines
269 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import models
|
|
from . import tools
|
|
from . import wizard
|
|
from . import controllers
|
|
|
|
def _mail_post_init(env):
|
|
env['mail.alias.domain']._migrate_icp_to_domain()
|