You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
591 B
18 lines
591 B
# -*- encoding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# Copyright (C) 2015 Compassion CH (http://www.compassion.ch)
|
|
# Releasing children from poverty in Jesus' name
|
|
# @author: Roman Zoller
|
|
#
|
|
# The licence is in the file __openerp__.py
|
|
#
|
|
##############################################################################
|
|
|
|
from . import mail_mail
|
|
from . import substitution
|
|
from . import sendgrid_template
|
|
from . import email_template
|
|
from . import email_lang_template
|
|
from . import email_tracking
|
|
from . import mail_tracking_event
|