From 39eb41631a9d50877e9682d53f852294a6d80b26 Mon Sep 17 00:00:00 2001 From: Miftahussalam Date: Mon, 28 Aug 2023 14:25:22 +0700 Subject: [PATCH] [ssi_product_website] 14.0.1.0.0 --- ssi_product_website/models/product_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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