remove deprecated t-raw

This commit is contained in:
snt 2024-09-06 19:44:31 +02:00
parent 5e931d8d7c
commit 815dab2224

View file

@ -8,7 +8,7 @@
>
<xpath expr="//a[@t-field='product.name']" position="after">
<div t-if="product.website_description_limited" class="product-website-description">
<t t-raw="product.website_description_limited"/>
<t t-out="product.website_description_limited"/>
</div>
</xpath>
</template>