deja de usar website_description_limited porque javascript de

website_description ya lo recorta.
This commit is contained in:
snt 2024-09-07 02:48:00 +02:00
parent 7aa800adc4
commit 4bb1d4b4a1
9 changed files with 23 additions and 89 deletions

View file

@ -3,7 +3,7 @@
<template id="product_full_description_inherit" inherit_id="website_sale.product">
<xpath expr="//div[@t-field='product.website_description']" position="replace">
<div id="product_description" class="oe_structure oe_empty mt16 custom_website_description"
data-oe-type="html" data-oe-expressioni="product.website_description"
data-oe-type="html" data-oe-expression="product.website_description"
>
<t t-out="product.website_description"/>
</div>