summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/solr
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-05 09:58:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-05 09:58:48 +0700
commit86cccc64c6f67b031a1bc345aae7922d83e021ea (patch)
tree92732a1c19265d8120ff714135bb8526dfc3117e /indoteknik_custom/models/solr
parent8d4c3a9b7673a17dddec8ece8ea7f75961c8ed54 (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 4220f2f5..20402c84 100644
--- a/indoteknik_custom/models/solr/product_template.py
+++ b/indoteknik_custom/models/solr/product_template.py
@@ -100,7 +100,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_carousels_s": ' || '.join(carousel_images), # Gunakan pemisah yang unik
+ "image_carousel_ss": carousel_images,
'image_mobile_s': self.env['ir.attachment'].api_image('product.template', 'image_256', template.id),
"variant_total_i": template.product_variant_count,
"stock_total_f": template.qty_stock_vendor,