summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/solr/product_template.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-15 16:11:27 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-15 16:11:27 +0700
commit08e4ee01e48f1f669daf9e6673845f35600f692b (patch)
tree9312c730fb9164dd8d25aa2476c5528ee2c53d05 /indoteknik_custom/models/solr/product_template.py
parent391295234539e1ff56af6518819bf6c836d109cd (diff)
parent74b5caa2ff4c30c824b243a8c621df590eab90e6 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into gudang-service
Diffstat (limited to 'indoteknik_custom/models/solr/product_template.py')
-rw-r--r--indoteknik_custom/models/solr/product_template.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py
index a7beca12..d6ca9097 100644
--- a/indoteknik_custom/models/solr/product_template.py
+++ b/indoteknik_custom/models/solr/product_template.py
@@ -105,6 +105,8 @@ class ProductTemplate(models.Model):
"variant_total_i": template.product_variant_count,
"stock_total_f": template.qty_stock_vendor,
"weight_f": template.weight,
+ # "attribute_set_id_i": template.x_attribute_set_id or 0,
+ # "attribute_set_name_s": template.x_attribute_set_name or '',
"manufacture_id_i": template.x_manufacture.id or 0,
"manufacture_name_s": template.x_manufacture.x_name or '',
"manufacture_name": template.x_manufacture.x_name or '',