Skip to content
Snippets Groups Projects
Commit fd2794c6 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add test on context of company multivalue target fields

issue10067
review333851026
parent bac225f0
No related merge requests found
......@@ -7,4 +7,5 @@
from trytond.tests.test_tryton import ModuleTestCase
from trytond.tests.test_tryton import suite as test_suite
from trytond.modules.company.tests import CompanyMultiValueTestMixin
......@@ -10,5 +11,6 @@
class AccountEuTestCase(ModuleTestCase):
class AccountEuTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
'Test Account Eu module'
module = 'account_eu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment