8 lines
215 B
Python
8 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
|