mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[14.0][MIG] Migarted contract_payment_mode module.
This commit is contained in:
committed by
Carolina Fernandez
parent
2f02e5429c
commit
e4b86f6c71
@@ -4,12 +4,12 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
import odoo.tests
|
||||
from odoo.tests import tagged
|
||||
|
||||
from ..hooks import post_init_hook
|
||||
|
||||
|
||||
@odoo.tests.post_install(True)
|
||||
@odoo.tests.at_install(False)
|
||||
@tagged("post_install", "-at_install")
|
||||
class TestContractPaymentInit(odoo.tests.HttpCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
|
||||
Reference in New Issue
Block a user