From 4f86c861151fbdc0a1293543814d14e385c6f178 Mon Sep 17 00:00:00 2001 From: Sreejith Date: Fri, 30 Mar 2018 18:47:03 +0530 Subject: [PATCH] [UPD] Updated Manifest --- ohrms_core/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohrms_core/__manifest__.py b/ohrms_core/__manifest__.py index 93f892866..8e5832971 100644 --- a/ohrms_core/__manifest__.py +++ b/ohrms_core/__manifest__.py @@ -38,7 +38,7 @@ 'views/menu_arrangement_view.xml', 'views/hr_config_view.xml', ], - 'images': [], + 'images': ["static/description/banner.jpg"], 'license': 'AGPL-3', 'demo': [], 'installable': True,