Skip to content

Commit

Permalink
[FIX] account_move_line_tax_editable: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau authored and ljsalvatierra-factorlibre committed Dec 22, 2022
1 parent 50be72c commit 3846698
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from odoo import fields


class TestAccountMoveLineTaxEditable(common.SavepointCase):
class TestAccountMoveLineTaxEditable(common.TransactionCase):
@classmethod
def setUpClass(cls):
super(TestAccountMoveLineTaxEditable, cls).setUpClass()
super().setUpClass()

acc_obj = cls.env["account.account"]
account100 = acc_obj.create(
Expand Down

0 comments on commit 3846698

Please sign in to comment.