[FIX] account_journal_lock_date: Add post_install tag in tests to prevent test errors since 81aac30dd2
TT33774
This commit is contained in:
parent
8cce1cc37e
commit
b624f101bc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user