changeset ea5dbb0c08cb in modules/sale_credit_limit:default
details:
https://hg.tryton.org/modules/sale_credit_limit?cmd=changeset&node=ea5dbb0c08cb
description:
Check rule only if _check_access is set and enforce companies rule
issue4080
review343891009
diffstat:
tests/test_sale_credit_limit.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0581cdd92fbd -r ea5dbb0c08cb tests/test_sale_credit_limit.py
--- a/tests/test_sale_credit_limit.py Fri Mar 05 15:49:19 2021 +0100
+++ b/tests/test_sale_credit_limit.py Sat Apr 10 23:46:24 2021 +0200
@@ -8,12 +8,12 @@
from trytond.exceptions import UserWarning
from trytond.modules.company.tests import (
- create_company, set_company, CompanyMultiValueTestMixin)
+ create_company, set_company, CompanyTestMixin)
from trytond.modules.account.tests import create_chart, get_fiscalyear
from trytond.modules.account_invoice.tests import set_invoice_sequences
-class SaleCreditLimitTestCase(CompanyMultiValueTestMixin, ModuleTestCase):
+class SaleCreditLimitTestCase(CompanyTestMixin, ModuleTestCase):
'Test SaleCreditLimit module'
module = 'sale_credit_limit'