mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:32:03 +02:00
11 lines
394 B
Python
11 lines
394 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import base_module_uninstall
|
|
from . import base_partner_merge_automatic_wizard
|
|
from . import mail_blacklist_remove
|
|
from . import mail_compose_message
|
|
from . import mail_resend_message
|
|
from . import mail_template_preview
|
|
from . import mail_template_reset
|
|
from . import mail_wizard_invite
|