From a5113dd0e16aa669fe42865fcd31b95e7b83c4ec Mon Sep 17 00:00:00 2001 From: raman Date: Tue, 18 Nov 2025 10:47:28 +0530 Subject: [PATCH] css missing --- custom_addons/dashboard/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_addons/dashboard/__manifest__.py b/custom_addons/dashboard/__manifest__.py index 7fbec4d00..a57e5dc0b 100644 --- a/custom_addons/dashboard/__manifest__.py +++ b/custom_addons/dashboard/__manifest__.py @@ -14,6 +14,7 @@ 'assets': { 'web.assets_backend': [ ('include', 'web_grid._assets_pqgrid'), + 'web/static/src/libs/fontawesome/css/font-awesome.css', # 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',