Skip to content

Commit df0104f

Browse files
committed
[FIX] sale_timesheet_budget : revert the basecommon instead of transaction case.
1 parent b3e35d7 commit df0104f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sale_timesheet_budget/tests/test_sale_timesheet_budget.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33

44
from odoo.tests import Form
5-
from odoo.tests.common import TransactionCase
65

6+
from odoo.addons.base.tests.common import BaseCommon
77

8-
class TestSaleTimesheetBudget(TransactionCase):
8+
9+
class TestSaleTimesheetBudget(BaseCommon):
910
@classmethod
1011
def setUpClass(cls):
1112
super().setUpClass()

0 commit comments

Comments
 (0)