7 lines
217 B
Python
7 lines
217 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_holidays_cancel_leave
|
|
from . import hr_holidays_summary_employees
|
|
from . import hr_departure_wizard
|