31 lines
1.1 KiB
Python
31 lines
1.1 KiB
Python
{
|
|
'name': 'Samashti Dashboard (OWL)',
|
|
'version': '1.0',
|
|
'category': 'View',
|
|
'license': 'LGPL-3',
|
|
'summary': 'Samashti Dashboard (OWL + pqGrid)',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['stock', 'web_grid','costing_mrp_bom'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/security_group.xml',
|
|
'views/pqgrid_dashboard.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
('include', 'web_grid._assets_pqgrid'),
|
|
# Internal module JS and XML files (ensure correct paths within 'static/src')
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_stock_dashboard.js',
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_sale_dashboard.js',
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_consumption_dashboard.js',
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_stock_dashboard.xml',
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_sale_dashboard.xml',
|
|
'dashboard/static/src/components/pqgrid_dashboard/pqgrid_consumption_dashboard.xml',
|
|
],
|
|
|
|
|
|
},
|
|
|
|
'installable': True,
|
|
}
|