11 lines
264 B
Python
11 lines
264 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import res_config_settings
|
||
|
from . import hr_attendance
|
||
|
from . import hr_attendance_overtime
|
||
|
from . import hr_employee_base
|
||
|
from . import hr_employee
|
||
|
from . import hr_employee_public
|
||
|
from . import res_company
|
||
|
from . import res_users
|