changeset 947c768b377c in modules/project_revenue:default
details:
https://hg.tryton.org/modules/project_revenue?cmd=changeset&node=947c768b377c
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_project_revenue.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 45199a288fba -r 947c768b377c tests/test_project_revenue.py
--- a/tests/test_project_revenue.py Sun Mar 21 16:09:13 2021 +0100
+++ b/tests/test_project_revenue.py Sat Apr 10 23:46:24 2021 +0200
@@ -7,10 +7,10 @@
from trytond.tests.test_tryton import doctest_teardown
from trytond.tests.test_tryton import doctest_checker
-from trytond.modules.company.tests import CompanyMultiValueTestMixin
+from trytond.modules.company.tests import CompanyTestMixin
-class ProjectRevenueTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class ProjectRevenueTestCase(CompanyTestMixin, ModuleTestCase):
'Test ProjectRevenue module'
module = 'project_revenue'
extras = ['purchase']