Skip to content

Commit

Permalink
[ssi_product_website] 14.0.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miftahussalam committed Aug 28, 2023
1 parent 80dd17f commit 39eb416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_product_website/models/product_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39eb416

Please sign in to comment.