Skip to content

Commit

Permalink
Merge branch '17.0-mig-website_sale_product_attachment' into 17.0-mig…
Browse files Browse the repository at this point in the history
…-website_sale_product_attachment_re-open
  • Loading branch information
eugenios73 committed Feb 13, 2025
2 parents 954e057 + 3ba2923 commit bde2a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class TestProductTemplate(TransactionCase):
@classmethod
def setUpClass(cls):
super(TestProductTemplate, cls).setUpClass()
super().setUpClass()
cls.product_template = cls.env["product.template"].create(
{
"name": "Test Product",
Expand Down

0 comments on commit bde2a2a

Please sign in to comment.