blob: 9adf18a67afdec5791504b9347c2d2cc3ed174ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import invite
from . import mail_blacklist_remove
from . import mail_compose_message
from . import mail_resend_cancel
from . import mail_resend_message
from . import mail_template_preview
from . import base_module_uninstall
from . import base_partner_merge
|