mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-23 11:12:03 +02:00
7 lines
251 B
Python
7 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
|