Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4352 Prikazi


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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
jun. 20
6590
2
mar. 15
4503
1
mar. 23
2540
0
jun. 21
2945
0
sep. 16
3618