I want to change product image on hover. I have the field "gifpath" in products. This is the code from the website_sale module for image
```
<a t-att-href="product_href" class="d-block h-100" itemprop="url">
<span t-field="product.image_1920"
t-options="{'widget': 'image', 'preview_image': 'image_1024' if product_image_big else 'image_256'}"
class="d-flex h-100 justify-content-center align-items-center"/>
</a>
```
And I want to change that on hover to
```
t-options="{'widget': 'image', 'preview_image': 'gifpath'}"
```
Main problem here is that, field is binary. And image is stored in the database, so using javascript will be very hard, because I don't have the image path for ```<img src```
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
4692
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
मई 20
|
4124 | ||
|
0
मार्च 15
|
4184 | ||
|
1
मार्च 25
|
949 | ||
|
1
मई 23
|
2787 | ||
|
5
दिस॰ 22
|
2987 |