Skip to content

Commit

Permalink
[IMP] product_pricelist_direct_print: pre-commit execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Jan 23, 2025
1 parent b9e2808 commit aac4e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class TestProductPricelistDirectPrint(TransactionCase):
@classmethod
def setUpClass(cls):
super(TestProductPricelistDirectPrint, cls).setUpClass()
super().setUpClass()
cls.env = cls.env(context=dict(cls.env.context, **DISABLED_MAIL_CONTEXT))
# Set report layout to void to wizard selection layout crashes the test
report_layout = cls.env.ref("web.report_layout_standard")
Expand Down

0 comments on commit aac4e53

Please sign in to comment.