Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m31s
6 lines
175 B
Python
6 lines
175 B
Python
from . import hr_employee_stats
|
|
from . import hr_timesheet_sheet
|
|
from . import res_config
|
|
from . import res_company
|
|
from . import hr_leave_allocation
|
|
from . import hr_employee |