[FIX] account_reconcile_payment_order: Run tests post-install

Since 81aac30dd2,
all tests inheriting from AccountTestInvoicingCommon must be post-install.
This commit is contained in:
Pedro M. Baeza
2022-04-18 09:57:38 +02:00
parent adcc2b4ad1
commit 230ca5dca8

View File

@@ -2,11 +2,14 @@
# Copyright 2021 Tecnativa - João Marques
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
import odoo.tests
from odoo.addons.account_payment_order.tests.test_payment_order_inbound import (
TestPaymentOrderInboundBase,
)
@odoo.tests.tagged("post_install", "-at_install")
class TestAccountReconcilePaymentOrder(TestPaymentOrderInboundBase):
@classmethod
def setUpClass(cls):