diff options
| -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> |
