From 4785aaa25d24aaba710bbf44d2ca2b8b4891df74 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 13 Oct 2018 09:08:30 +0800 Subject: [PATCH] fix --- 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 c88b22fb..e3cbf178 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 06d23d54..8623dbe9 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 2642b5d5..0b037ce0 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', ],