[FIX] account_move_line_tax_editable: Fix tests
This commit is contained in:
parent
5f1b40d971
commit
6479b58d2c
@ -5,10 +5,10 @@ import odoo.tests.common as common
|
|||||||
from odoo import fields
|
from odoo import fields
|
||||||
|
|
||||||
|
|
||||||
class TestAccountMoveLineTaxEditable(common.SavepointCase):
|
class TestAccountMoveLineTaxEditable(common.TransactionCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
super(TestAccountMoveLineTaxEditable, cls).setUpClass()
|
super().setUpClass()
|
||||||
|
|
||||||
acc_obj = cls.env["account.account"]
|
acc_obj = cls.env["account.account"]
|
||||||
account100 = acc_obj.create(
|
account100 = acc_obj.create(
|
||||||
|
Loading…
Reference in New Issue
Block a user