mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-20 04:42:06 +02:00
7 lines
215 B
Python
7 lines
215 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_contract
|
|
from . import hr_payslip_line
|
|
from . import hr_payslip_run
|
|
from . import hr_payslip
|
|
from . import hr_salary_rule
|