diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-11-15 17:29:45 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-11-15 17:29:45 +0700 |
| commit | 9d0dbdfe0e08ecab850860fa2b23ffb64fa6dae1 (patch) | |
| tree | 220ea2b61605eb12d349300b766722b161f345be /indoteknik_custom/views/product_template.xml | |
| parent | d23592de2c631cf1b7bbdc53cfca7a95607c0b36 (diff) | |
add search rank in product template
Diffstat (limited to 'indoteknik_custom/views/product_template.xml')
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index d97359b6..0e774012 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -45,6 +45,7 @@ <field name="website_ribbon_id" position="after"> <field name="last_calculate_rating" attrs="{'readonly': [('type', '=', 'product')]}"/> <field name="product_rating"/> + <field name="search_rank"/> <field name="web_price_sorting" attrs="{'readonly': [('type', '=', 'product')]}"/> <field name="solr_flag"/> </field> |
