Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
4417 Visninger


Hello how can I override Odoo general test


@tagged('post_install', '-at_install')
class TestPayment(AccountingTestCase):
this is not working.

import addons.account.tests.test_payment
from addons.account.tests.account_test_classes import AccountingTestCase
from odoo.tests import tagged


@tagged('post_install', '-at_install')
class TestPayment(AccountingTestCase):
def test_full_payment_process(self):
pass

addons.account.tests.test_payment.TestPayment = TestPayment


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
jun. 20
6672
2
mar. 15
4554
1
mar. 23
2614
0
jun. 21
3018
0
sep. 16
3652