deja de usar website_description_limited porque javascript de
website_description ya lo recorta.
This commit is contained in:
parent
7aa800adc4
commit
4bb1d4b4a1
9 changed files with 23 additions and 89 deletions
|
@ -1,9 +1,9 @@
|
|||
.custom_website_description {
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
line-height: 1.5;
|
||||
padding: 15px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #efefff;
|
||||
border: 1px solid #99c;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue