changeset 12be61743589 in modules/purchase_price_list:default
details:
https://hg.tryton.org/modules/purchase_price_list?cmd=changeset&node=12be61743589
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_purchase_price_list.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 71b597b62408 -r 12be61743589 tests/test_purchase_price_list.py
--- a/tests/test_purchase_price_list.py Fri Mar 05 15:49:19 2021 +0100
+++ b/tests/test_purchase_price_list.py Sat Apr 10 23:46:24 2021 +0200
@@ -10,10 +10,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 PurchasePriceListTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class PurchasePriceListTestCase(CompanyTestMixin, ModuleTestCase):
'Test Purchase Price List module'
module = 'purchase_price_list'