odoo18/addons_extensions/recruitment_employee_bridge/__manifest__.py

35 lines
1.1 KiB
Python

# -*- coding: utf-8 -*-
{
"name": "Recruitment Onboarding",
"summary": "Bridge recruitment, JOD and employee onboarding without direct links",
"description": """
Keeps recruitment and employee records separated by routing onboarding,
JOD, validation and employee creation through a dedicated bridge master.
""",
"author": "FTPROTECH",
"website": "https://www.ftprotech.com",
"category": "Human Resources",
"version": "1.0",
"depends": [
"employee_bridge",
"offer_letters",
"hr_employee_extended",
"hr_recruitment_extended",
"hr_recruitment",
],
"data": [
"security/ir.model.access.csv",
"data.xml",
"views/stages.xml",
"views/recruitment_employee_bridge_views.xml",
"views/hr_applicant_views.xml",
"views/hr_candidate_views.xml",
"views/hr_applicant_offer_views.xml",
"wizards/offer_release_request_wizard.xml",
],
"license": "LGPL-3",
"application": False,
"installable": True,
"post_init_hook": "post_init_hook",
}