remove deprecated t-raw
This commit is contained in:
parent
5e931d8d7c
commit
815dab2224
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
>
|
>
|
||||||
<xpath expr="//a[@t-field='product.name']" position="after">
|
<xpath expr="//a[@t-field='product.name']" position="after">
|
||||||
<div t-if="product.website_description_limited" class="product-website-description">
|
<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>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue