17 lines
442 B
Python
17 lines
442 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import hr_salary_rules
|
|
from . import hr_salary_scale
|
|
from . import hr_salary_scale_level_group
|
|
from . import hr_salary_scale_level
|
|
from . import hr_salary_scale_level_degree
|
|
from . import hr_recontract
|
|
from . import hr_employee
|
|
from . import hr_contract
|
|
from . import salary_advance
|
|
from . import hr_advance_payslip
|
|
from . import employee_promotions
|
|
from . import employee_reward
|
|
from . import company_costum
|
|
|