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