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', ],