mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_journal_lock_date: Add post_install tag in tests to prevent test errors since 81aac30dd2
TT33774
This commit is contained in:
committed by
Luis Rodriguez
parent
d35dfc74ef
commit
8099dde33a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user