[REF] website_sale : Add missing widget option in recommanded product, to display image

bzr revid: jke@openerp.com-20140130091813-hko16qlm4t8tmq37
This commit is contained in:
jke-openerp 2014-01-30 10:18:13 +01:00
parent ec14f457c1
commit 7027ce6eda
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@
<t t-foreach="product.recommended_products()" t-as="product">
<div class='col-md-2 thumbnail' style='width: 170px; margin-right: 16px;'>
<div class='mt16 text-center'>
<span t-field="product.image_small"/>
<span t-field="product.image_small" t-field-options='{"widget": "image", "class": "img-rounded shadow" }'/>
<h5>
<a t-attf-href="/shop/product/#{ slug(product) }/"
style="display: block">