summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/solr
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-02 22:24:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-02 22:24:00 +0700
commit986cf2eef7d5aafbdf8d936db5431f5ee1d1e830 (patch)
treec19181f42d21bd4f68d1045741ce0919154af8e0 /indoteknik_custom/models/solr
parent42671e5f4afd1d9646569791704bf9d66f265b5e (diff)
push
Diffstat (limited to 'indoteknik_custom/models/solr')
-rw-r--r--indoteknik_custom/models/solr/product_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py
index d9e83401..a1fc93cd 100644
--- a/indoteknik_custom/models/solr/product_template.py
+++ b/indoteknik_custom/models/solr/product_template.py
@@ -96,7 +96,7 @@ class ProductTemplate(models.Model):
"product_rating_f": template.virtual_rating,
"product_id_i": template.id,
"image_s": self.env['ir.attachment'].api_image('product.template', 'image_512', template.id),
- 'image_carousel_s': {'set': [
+ 'image_carousels': {'set': [
self.env['ir.attachment'].api_image('image.carousel', 'image', carousel.id)
for carousel in template.image_carousel_lines
]},