changeset e36abcd9077d in modules/timesheet_cost:default
details:
https://hg.tryton.org/modules/timesheet_cost?cmd=changeset&node=e36abcd9077d
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_timesheet_cost.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 089a4aeb7c89 -r e36abcd9077d tests/test_timesheet_cost.py
--- a/tests/test_timesheet_cost.py Sun Mar 21 16:09:13 2021 +0100
+++ b/tests/test_timesheet_cost.py Sat Apr 10 23:46:24 2021 +0200
@@ -9,10 +9,10 @@
from trytond.pool import Pool
from trytond.modules.company.tests import (
- create_company, set_company, create_employee, CompanyMultiValueTestMixin)
+ create_company, set_company, create_employee, CompanyTestMixin)
-class TimesheetCostTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class TimesheetCostTestCase(CompanyTestMixin, ModuleTestCase):
'Test TimesheetCost module'
module = 'timesheet_cost'