mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-21 06:12:02 +02:00
10 lines
319 B
Python
10 lines
319 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_employee
|
|
from . import hr_employee_public
|
|
from . import hr_contract
|
|
from . import res_users
|
|
from . import resource
|
|
from . import resource_calendar_leaves
|
|
from . import resource_resource
|
|
from . import hr_payroll_structure_type
|