mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] account_reconcile_reconciliation_date: Run tests post-install
Since 81aac30dd2,
all tests inheriting from AccountTestInvoicingCommon must be post-install.
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
import time
|
||||
|
||||
import odoo.tests
|
||||
|
||||
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
|
||||
|
||||
|
||||
@odoo.tests.tagged("post_install", "-at_install")
|
||||
class TestAccountReconcileReconciliationDate(AccountTestInvoicingCommon):
|
||||
def setUp(self):
|
||||
super(TestAccountReconcileReconciliationDate, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user