46 lines
1.3 KiB
Python
46 lines
1.3 KiB
Python
{
|
|
"name": "Project Dashboards Management",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Project",
|
|
"summary": "Beautiful & interactive project dashboards",
|
|
"description": """
|
|
Enterprise-grade project dashboards with:
|
|
- Notebook embedding
|
|
- Popup dashboards
|
|
- Full-page dashboards
|
|
- Modern UI with charts & KPIs
|
|
""",
|
|
"author": "Pranay",
|
|
"website": "https://ftprotech.in",
|
|
"license": "LGPL-3",
|
|
"depends": [
|
|
"base",
|
|
"project",
|
|
"web",
|
|
"project_task_timesheet_extended",
|
|
"hr_timesheet",
|
|
],
|
|
"data": [
|
|
"views/project_project_views.xml",
|
|
"views/project_dashboard_actions.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
'https://cdn.jsdelivr.net/npm/apexcharts@3.35.0/dist/apexcharts.min.js',
|
|
"project_dashboards_management/static/src/js/dashboard/*.js",
|
|
"project_dashboards_management/static/src/js/external_lib/apexcharts/*.js",
|
|
"project_dashboards_management/static/src/xml/**/*.xml",
|
|
"project_dashboards_management/static/src/css/*.css",
|
|
],
|
|
|
|
},
|
|
'external_dependencies': {
|
|
'lib': {
|
|
'apexcharts': 'https://cdn.jsdelivr.net/npm/apexcharts',
|
|
'html2canvas': 'https://cdn.jsdelivr.net/npm/html2canvas'
|
|
},
|
|
},
|
|
"installable": True,
|
|
"application": False,
|
|
}
|