File tree 5 files changed +10
-2
lines changed
stock_available_to_promise_release/tests
5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
3
3
4
4
from odoo import fields
5
- from odoo .tests import common , tagged
6
5
7
6
8
- @tagged ("post_install" , "-at_install" )
9
7
class PromiseReleaseCommonCase (common .SavepointCase ):
10
8
@classmethod
11
9
def setUpClass (cls ):
Original file line number Diff line number Diff line change 7
7
from freezegun import freeze_time
8
8
9
9
from .common import PromiseReleaseCommonCase
10
+ from odoo .tests import common , tagged
10
11
11
12
13
+ @tagged ("post_install" , "-at_install" )
12
14
class TestAvailableToPromiseRelease (PromiseReleaseCommonCase ):
13
15
def test_horizon_date (self ):
14
16
move = self .env ["stock.move" ].create (
Original file line number Diff line number Diff line change 8
8
9
9
from .common import PromiseReleaseCommonCase
10
10
11
+ from odoo .tests import common , tagged
11
12
13
+
14
+ @tagged ("post_install" , "-at_install" )
12
15
class TestAvailableToPromiseRelease (PromiseReleaseCommonCase ):
13
16
@classmethod
14
17
def setUpClass (cls ):
Original file line number Diff line number Diff line change 5
5
6
6
from .common import PromiseReleaseCommonCase
7
7
8
+ from odoo .tests import common , tagged
8
9
10
+
11
+ @tagged ("post_install" , "-at_install" )
9
12
class TestAvailableToPromiseRelease (PromiseReleaseCommonCase ):
10
13
@classmethod
11
14
def setUpClass (cls ):
Original file line number Diff line number Diff line change 4
4
from datetime import datetime
5
5
6
6
from .common import PromiseReleaseCommonCase
7
+ from odoo .tests import common , tagged
7
8
8
9
10
+ @tagged ("post_install" , "-at_install" )
9
11
class TestAvailableToPromiseRelease3steps (PromiseReleaseCommonCase ):
10
12
@classmethod
11
13
def setUpClass (cls ):
You can’t perform that action at this time.
0 commit comments