29 lines
944 B
Python
29 lines
944 B
Python
{
|
|
"name": "HR Recruitment Dashboards",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Human Resources/Recruitment",
|
|
"summary": "Interactive recruitment dashboards with ApexCharts",
|
|
"description": """
|
|
High-end recruitment dashboards with filters, KPIs, ApexCharts, and chart drilldowns.
|
|
""",
|
|
"author": "Pranay",
|
|
"website": "https://www.ftprotech.com",
|
|
"depends": [
|
|
"web",
|
|
"hr_recruitment_extended",
|
|
],
|
|
"data": [
|
|
"views/dashboard_menu.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"hr_recruitment_dashboards/static/src/lib/apexcharts.min.js",
|
|
"hr_recruitment_dashboards/static/src/js/recruitment_dashboard.js",
|
|
"hr_recruitment_dashboards/static/src/xml/recruitment_dashboard.xml",
|
|
"hr_recruitment_dashboards/static/src/scss/recruitment_dashboard.scss",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"application": False,
|
|
}
|