There was an error while loading. Please reload this page.
1 parent b3e35d7 commit df0104fCopy full SHA for df0104f
1 file changed
sale_timesheet_budget/tests/test_sale_timesheet_budget.py
@@ -2,10 +2,11 @@
2
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
4
from odoo.tests import Form
5
-from odoo.tests.common import TransactionCase
6
+from odoo.addons.base.tests.common import BaseCommon
7
8
-class TestSaleTimesheetBudget(TransactionCase):
+
9
+class TestSaleTimesheetBudget(BaseCommon):
10
@classmethod
11
def setUpClass(cls):
12
super().setUpClass()
0 commit comments