Skip to content

Commit

Permalink
[IMP] account_cutoff_picking: Improve test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis authored and jbaudoux committed Oct 23, 2023
1 parent ce78f83 commit c02c5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_cutoff_picking/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class TestAccountCutoffCutoffPickingCommon(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
cls.company = cls.env.ref("base.main_company")
cls.cutoff_journal = cls.env["account.journal"].create(
{
Expand Down

0 comments on commit c02c5f7

Please sign in to comment.