Skip to Content
मेन्यू
This question has been flagged
4273 Views


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
Discard
Related Posts Replies Views Activity
2
जून 20
6476
2
मार्च 15
4389
1
मार्च 23
2468
0
जून 21
2861
0
सित॰ 16
3550