[FIX] image t-field lost during a merge

bzr revid: xmo@openerp.com-20131022105955-i550clo5snyvnv26
This commit is contained in:
Xavier Morel 2013-10-22 12:59:55 +02:00
parent 120620eb27
commit 31ba0b8b5a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</div>
<div class="oe_product_image text-center">
<a t-href="/shop/product/#{ product.id }/" t-keep-query="category,search,facettes">
<img class="img" t-att-src="product.img('image')"/>
<span t-field="product.image" t-field-options='{"widget": "image"}'/>
</a>
</div>
</template>