[14.0][MIG] Migarted contract_payment_mode module.

This commit is contained in:
AmmarOfficewala
2021-04-15 17:06:02 +05:30
committed by AmmarOSI
parent b256b9c05e
commit fe7e701017
7 changed files with 23 additions and 12 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()