diff --git a/ssi_product_website/models/product_template.py b/ssi_product_website/models/product_template.py index 16e2e87..e5af943 100644 --- a/ssi_product_website/models/product_template.py +++ b/ssi_product_website/models/product_template.py @@ -12,7 +12,7 @@ class ProductTemplate(models.Model): - _inherit = ["product.template", "website.seo.metadata", 'website.published.multi.mixin', 'rating.mixin'] + _inherit = ["product.template", "website.seo.metadata", 'website.published.multi.mixin'] _name = 'product.template' _mail_post_access = 'read' _check_company_auto = True