8 lines
251 B
Python
8 lines
251 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import holidays_summary_report
|
|
from . import hr_leave_report
|
|
from . import hr_leave_report_calendar
|
|
from . import hr_leave_employee_type_report
|