This commit is contained in:
ivan deng
2018-10-13 09:07:57 +08:00
parent 21d793e021
commit 68c2358408
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
'depends': [ 'depends': [
'hr', 'hr',
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.gif'],
'data': [ 'data': [
'views/hr_views.xml', 'views/hr_views.xml',
], ],

View File

@@ -38,7 +38,7 @@
'depends': [ 'depends': [
'product', 'product',
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.gif'],
'data': [ 'data': [
'views/product_views.xml', 'views/product_views.xml',
], ],

View File

@@ -38,7 +38,7 @@
'depends': [ 'depends': [
'stock', 'stock',
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.gif'],
'data': [ 'data': [
'views/stock_views.xml', 'views/stock_views.xml',
], ],