obook/website_description_internal/views/templates.xml
2024-09-20 16:20:25 +02:00

12 lines
517 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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-expression="product.website_description"
>
<t t-out="product.website_description"/>
</div>
</xpath>
</template>
</odoo>