odoo18/addons_extensions/hrms_emp_dashboard/__manifest__.py

34 lines
1.0 KiB
Python

{
"name": "HRMS Employee Dashboard",
"version": "18.0.1.0.0",
"category": "Human Resources",
"summary": "Employee self-service dashboard with attendance, leaves, expenses, equipment, and payslips",
"author": "Pranay",
"license": "LGPL-3",
"depends": [
"base",
"web",
"hr",
"hr_attendance",
"hr_holidays",
"maintenance",
"employee_it_declaration",
"business_travel_expense_management",
"helpdesk",
],
"data": [
"views/hrms_emp_dashboard_views.xml",
],
"assets": {
"web.assets_backend": [
"https://cdn.jsdelivr.net/npm/apexcharts@3.35.0/dist/apexcharts.min.js",
"hrms_emp_dashboard/static/src/js/hrms_emp_dashboard.js",
"hrms_emp_dashboard/static/src/xml/hrms_emp_dashboard.xml",
"hrms_emp_dashboard/static/src/css/hrms_emp_dashboard.css",
],
},
'images': ['static/description/banner.png'],
"installable": True,
"application": False,
}