forked from Mapan/odoo17e
9 lines
288 B
Python
9 lines
288 B
Python
#-*- coding:utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_payroll_report
|
|
from . import hr_work_entry_report
|
|
from . import hr_contract_history
|
|
from . import hr_salary_attachment_report
|
|
from . import hr_payroll_contribution_register
|