mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-21 04:42:01 +02:00
7 lines
220 B
Python
7 lines
220 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import event_mail
|
|
from . import event_mail_registration
|
|
from . import event_type_mail
|
|
from . import sms_template
|