This commit is contained in:
ivan deng
2019-04-07 16:23:05 +08:00
parent 6b336963f6
commit 370a61d940
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -41,7 +41,7 @@
# 'app_web_one2many_multi_add', # 'app_web_one2many_multi_add',
'purchase', 'purchase',
], ],
'images': ['static/description/purchase1.gif'], 'images': ['static/description/banner.gif'],
'data': [ 'data': [
'views/purchase_order_views.xml', 'views/purchase_order_views.xml',
], ],

View File

@@ -11,7 +11,7 @@
<h2 class='oe_mt32'>One Click to add multi product to Purchase Order.</h2> <h2 class='oe_mt32'>One Click to add multi product to Purchase Order.</h2>
</div> </div>
<div class="oe_demo oe_screenshot"> <div class="oe_demo oe_screenshot">
<img src="purchase1.gif" style="border:1px solid black"/> <img src="banner.gif" style="border:1px solid black"/>
<br/> <br/>
</div> </div>
</div> </div>

View File

@@ -41,7 +41,7 @@
# 'app_web_one2many_multi_add', # 'app_web_one2many_multi_add',
'sale_management', 'sale_management',
], ],
'images': ['static/description/sale1.gif'], 'images': ['static/description/banner.gif'],
'data': [ 'data': [
'views/sale_order_views.xml', 'views/sale_order_views.xml',
], ],