From c12ba74e33785964bf35504d4883facf9c1aa4b8 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Wed, 9 Jan 2019 07:44:43 +0800 Subject: [PATCH] opt --- app_hr_superbar/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_hr_superbar/__manifest__.py b/app_hr_superbar/__manifest__.py index 8cecaf2e..947be72c 100644 --- a/app_hr_superbar/__manifest__.py +++ b/app_hr_superbar/__manifest__.py @@ -39,7 +39,7 @@ 'depends': [ 'hr', ], - 'images': ['static/description/hr1.gif'], + 'images': ['static/description/hr.gif'], 'data': [ 'views/hr_views.xml', ],