changeset afb852779eb1 in modules/sale_price_list:default
details:
https://hg.tryton.org/modules/sale_price_list?cmd=changeset&node=afb852779eb1
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_sale_price_list.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r a978c657c35b -r afb852779eb1 tests/test_sale_price_list.py
--- a/tests/test_sale_price_list.py Sat Apr 03 14:27:10 2021 +0200
+++ b/tests/test_sale_price_list.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 SalePriceListTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class SalePriceListTestCase(CompanyTestMixin, ModuleTestCase):
'Test SalePriceList module'
module = 'sale_price_list'