[IMP] website_sale: description_website

bzr revid: chm@openerp.com-20130806075346-6bi5zbjw39juheih
This commit is contained in:
Christophe Matthieu 2013-08-06 09:53:46 +02:00
parent af08367290
commit c8999f8553
2 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ class product_pricelist(osv.osv):
_inherit = "product.product"
_columns = {
'website_published': fields.boolean('Available in the website'),
'description_website': fields.html('Description for the website'),
}

View File

@ -153,7 +153,7 @@
</button>
</div>
<img class="media-object" t-att-src="'data:image/png;base64,' + product.image"/>
<div t-field="product.description_sale"></div>
<div t-field="product.description_website"></div>
<div class="oe_ecommerce_price" t-field="product.list_price"><t t-esc="product.list_price"/></div>
<t t-call="website_sale.product_recommended"/>
</div>