Commit a8d1e22e authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_trade: permisison issue to access manage_dels

parent 768d0d18
......@@ -55,6 +55,7 @@ from Products.ERP5Form.Selection import DomainSelection
from Products.ERP5Type.tests.utils import createZODBPythonScript
from textwrap import dedent
from zExceptions import BadRequest
from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
class TestInventory(TestOrderMixin, ERP5TypeTestCase):
"""
......@@ -1893,7 +1894,7 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase):
sequence.get('node').getRelativeUrl()))
@UnrestrictedMethod
def stepModifyFirstInventory(self, sequence=None, sequence_list=None, **kw):
"""
Modify the first entered Inventory, to test the quantity change
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment