Skip to content

Commit

Permalink
[FIX] account_invoice_check_total: Proper tagging of unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-software-de committed Nov 28, 2023
1 parent fa7de80 commit d18c471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account_invoice_check_total/tests/test_account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.exceptions import ValidationError
from odoo.tests import Form, SavepointCase
from odoo.tests import Form, SavepointCase, tagged

from ..models.account_move import GROUP_AICT


@tagged("post_install", "-at_install")
class TestAccountInvoice(SavepointCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit d18c471

Please sign in to comment.