[IMP] Microdata for product list (+description)

bzr revid: ddm@openerp.com-20140203165853-g3nt28nzbe59gbvl
This commit is contained in:
ddm@openerp.com 2014-02-03 17:58:53 +01:00
parent 2d4d872300
commit 9e12243350
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
<template id="product_description" inherit_option_id="website_sale.products_cart" name="Product Description">
<xpath expr="//div[@class='product_price']" position="before">
<div class="text-info oe_subdescription oe_shadow" t-field="product.description_sale"/>
<div class="text-info oe_subdescription" t-field="product.description_sale"/>
<div itemprop="description" class="text-info oe_subdescription" t-field="product.description_sale"/>
</xpath>
</template>