Skip to content

Commit

Permalink
Delay test after install stock_available_to_promise_release
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Jul 4, 2023
1 parent 2851fbd commit 09b9bf1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stock_available_to_promise_release/tests/test_reservation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@


class TestAvailableToPromiseRelease(PromiseReleaseCommonCase):
at_install = False
post_install = True

def test_horizon_date(self):
move = self.env["stock.move"].create(
{
Expand Down
3 changes: 3 additions & 0 deletions stock_available_to_promise_release/tests/test_unrelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@


class TestAvailableToPromiseRelease(PromiseReleaseCommonCase):
at_install = False
post_install = True

@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@


class TestAvailableToPromiseRelease(PromiseReleaseCommonCase):
at_install = False
post_install = True

@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@


class TestAvailableToPromiseRelease3steps(PromiseReleaseCommonCase):
at_install = False
post_install = True

@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 09b9bf1

Please sign in to comment.