8 lines
243 B
Python
8 lines
243 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import applicant_refuse_reason
|
||
|
from . import applicant_send_mail
|
||
|
from . import candidate_send_mail
|
||
|
from . import mail_activity_schedule
|