2
0

[FIX] account_journal_lock_date: Add post_install tag in tests to prevent test errors since 81aac30dd2

TT33774
This commit is contained in:
Víctor Martínez 2022-04-18 15:00:16 +02:00 committed by Rodrigo
parent 8cce1cc37e
commit b624f101bc

View File

@ -4,10 +4,12 @@
from datetime import date, timedelta from datetime import date, timedelta
from odoo.exceptions import UserError from odoo.exceptions import UserError
from odoo.tests import tagged
from odoo.addons.account.tests import common from odoo.addons.account.tests import common
@tagged("post_install", "-at_install")
class TestJournalLockDate(common.AccountTestInvoicingCommon): class TestJournalLockDate(common.AccountTestInvoicingCommon):
def setUp(self): def setUp(self):
super(TestJournalLockDate, self).setUp() super(TestJournalLockDate, self).setUp()