changeset a87d6c036195 in modules/company_work_time:default
details:
https://hg.tryton.org/modules/company_work_time?cmd=changeset&node=a87d6c036195
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_company_work_time.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 2f1da3e3e20a -r a87d6c036195 tests/test_company_work_time.py
--- a/tests/test_company_work_time.py Thu Mar 18 23:04:17 2021 +0100
+++ b/tests/test_company_work_time.py Sat Apr 10 23:46:23 2021 +0200
@@ -4,10 +4,10 @@
import trytond.tests.test_tryton
from trytond.tests.test_tryton import ModuleTestCase
-from trytond.modules.company.tests import CompanyMultiValueTestMixin
+from trytond.modules.company.tests import CompanyTestMixin
-class CompanyWorkTimeTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class CompanyWorkTimeTestCase(CompanyTestMixin, ModuleTestCase):
'Test CompanyWorkTime module'
module = 'company_work_time'