{ '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_stock_dashboard.xml', ], }, 'installable': True, }