11 lines
247 B
Python
11 lines
247 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
import mass_mailing
|
||
|
import mass_mailing_stats
|
||
|
import mail_mail
|
||
|
import mail_thread
|
||
|
import res_config
|
||
|
import mass_mailing_report
|
||
|
import link_tracker
|