diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-18 09:39:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-18 09:39:17 +0700 |
| commit | d8a6bdbbe2206585b5369b77b4f0833477dfe981 (patch) | |
| tree | 238228b3168b3bc84bcb0dc1f95aa26f3ef1fe93 | |
| parent | fbc278bc843fe429db0ac261da0fd0dfe753acaf (diff) | |
Update product_template.xml
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 6702ef72..576e2623 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -44,7 +44,7 @@ <field name="arch" type="xml"> <field name="website_ribbon_id" position="after"> <field name="last_calculate_rating" attrs="{'readonly': [('type', '=', 'product')]}"/> - <field name="product_rating" attrs="{'readonly': [('type', '=', 'product')]}"/> + <field name="product_rating"/> <field name="web_price_sorting" attrs="{'readonly': [('type', '=', 'product')]}"/> </field> </field> |
