mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-24 15:32:05 +02:00
24 lines
713 B
Python
24 lines
713 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import hr_department
|
|
from . import hr_applicant
|
|
from . import hr_applicant_category
|
|
from . import hr_applicant_refuse_reason
|
|
from . import hr_recruitment_degree
|
|
from . import hr_recruitment_source
|
|
from . import hr_recruitment_stage
|
|
from . import hr_employee
|
|
from . import hr_job
|
|
from . import hr_talent_pool
|
|
from . import res_config_settings
|
|
from . import calendar
|
|
from . import digest
|
|
from . import utm_campaign
|
|
from . import utm_source
|
|
from . import res_company
|
|
from . import res_partner
|
|
from . import res_users
|
|
from . import ir_attachment
|
|
from . import ir_ui_menu
|
|
from . import mail_activity_plan
|
|
from . import hr_job_platform
|