Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
erp5
Commits
a8d1e22e
Commit
a8d1e22e
authored
Nov 02, 2022
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_trade: permisison issue to access manage_dels
parent
768d0d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bt5/erp5_trade/TestTemplateItem/portal_components/test.erp5.testInventory.py
...TemplateItem/portal_components/test.erp5.testInventory.py
+2
-1
No files found.
bt5/erp5_trade/TestTemplateItem/portal_components/test.erp5.testInventory.py
View file @
a8d1e22e
...
@@ -55,6 +55,7 @@ from Products.ERP5Form.Selection import DomainSelection
...
@@ -55,6 +55,7 @@ from Products.ERP5Form.Selection import DomainSelection
from
Products.ERP5Type.tests.utils
import
createZODBPythonScript
from
Products.ERP5Type.tests.utils
import
createZODBPythonScript
from
textwrap
import
dedent
from
textwrap
import
dedent
from
zExceptions
import
BadRequest
from
zExceptions
import
BadRequest
from
Products.ERP5Type.UnrestrictedMethod
import
UnrestrictedMethod
class
TestInventory
(
TestOrderMixin
,
ERP5TypeTestCase
):
class
TestInventory
(
TestOrderMixin
,
ERP5TypeTestCase
):
"""
"""
...
@@ -1893,7 +1894,7 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase):
...
@@ -1893,7 +1894,7 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase):
sequence
.
get
(
'node'
).
getRelativeUrl
()))
sequence
.
get
(
'node'
).
getRelativeUrl
()))
@
UnrestrictedMethod
def
stepModifyFirstInventory
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
def
stepModifyFirstInventory
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
"""
"""
Modify the first entered Inventory, to test the quantity change
Modify the first entered Inventory, to test the quantity change
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment