[14.0][MIG] Migarted contract_payment_mode module.

This commit is contained in:
AmmarOfficewala
2021-04-15 17:06:02 +05:30
committed by Carolina Fernandez
parent 2f02e5429c
commit e4b86f6c71
8 changed files with 78 additions and 16 deletions

View File

@@ -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()