Skip to content

Commit

Permalink
Merge PR #16 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed May 17, 2024
2 parents 4e3de1a + 9a3730b commit 66cc96f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stock_location_orderpoint/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import datetime

from odoo.tests.common import Form, TransactionCase
from odoo.tests.common import Form

from odoo.addons.base.tests.common import BaseCommon

class TestLocationOrderpointCommon(TransactionCase):

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

0 comments on commit 66cc96f

Please sign in to comment.