[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 Luis Rodriguez
parent d35dfc74ef
commit 8099dde33a

View File

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