diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-01-15 08:51:11 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-01-15 08:51:11 +0000 |
| commit | 74b5caa2ff4c30c824b243a8c621df590eab90e6 (patch) | |
| tree | ddb84b050e1f4430ab3458851bbdcc5e1d2ae6dd /indoteknik_custom/views/product_template.xml | |
| parent | fe5b09c1aa98723a3e0a3cf8174d6bc688c21bae (diff) | |
| parent | 25baecd1038b6b629e96d8b9eb9651bec95050b3 (diff) | |
Merged in magento-solr-v1 (pull request #474)
Magento solr v1
Diffstat (limited to 'indoteknik_custom/views/product_template.xml')
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 177449f4..9fbf007a 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -78,6 +78,7 @@ <field name="inherit_id" ref="product.product_normal_form_view"/> <field name="arch" type="xml"> <field name="last_update_solr" position="after"> + <field name="has_magento"/> <field name="barcode_box" /> <field name="qty_pcs_box" /> <field name="clean_website_description" /> @@ -112,6 +113,9 @@ <field name="virtual_rating"/> <field name="search_rank"/> <field name="solr_flag"/> + <field name="x_attribute_set_id"/> + <field name="x_attribute_set_name"/> + <!-- <field name="has_magento"/> --> </field> </field> </record> @@ -125,6 +129,7 @@ <field name="usage"/> <field name="specification"/> <field name="material"/> + <field name="has_magento" /> </field> </field> </record> |
