From 68c2358408f37416cdb0c6eb64302e4c0074d127 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 13 Oct 2018 09:07:57 +0800 Subject: [PATCH] update --- app_hr_ztree/__manifest__.py | 2 +- app_product_ztree/__manifest__.py | 2 +- app_stock_ztree/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app_hr_ztree/__manifest__.py b/app_hr_ztree/__manifest__.py index 250707b8..9c36c881 100644 --- a/app_hr_ztree/__manifest__.py +++ b/app_hr_ztree/__manifest__.py @@ -38,7 +38,7 @@ 'depends': [ 'hr', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.gif'], 'data': [ 'views/hr_views.xml', ], diff --git a/app_product_ztree/__manifest__.py b/app_product_ztree/__manifest__.py index e6817574..80192d1b 100644 --- a/app_product_ztree/__manifest__.py +++ b/app_product_ztree/__manifest__.py @@ -38,7 +38,7 @@ 'depends': [ 'product', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.gif'], 'data': [ 'views/product_views.xml', ], diff --git a/app_stock_ztree/__manifest__.py b/app_stock_ztree/__manifest__.py index cc067028..65c5c4b5 100644 --- a/app_stock_ztree/__manifest__.py +++ b/app_stock_ztree/__manifest__.py @@ -38,7 +38,7 @@ 'depends': [ 'stock', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.gif'], 'data': [ 'views/stock_views.xml', ],