Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Oct 20, 2023
1 parent 7801f64 commit 86e3772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions stock_available_to_promise_release/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"wizards/stock_release_views.xml",
"wizards/stock_unrelease_views.xml",
],
"demo": [],
"installable": True,
"license": "LGPL-3",
"application": False,
Expand Down
3 changes: 2 additions & 1 deletion stock_available_to_promise_release/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from odoo import fields
from odoo.tests import common
from odoo.tests import common, tagged


@tagged("post_install", "-at_install")
class PromiseReleaseCommonCase(common.SavepointCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 86e3772

Please sign in to comment.