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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
erp5
Commits
0b06ab6e
Commit
0b06ab6e
authored
Nov 27, 2014
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Type: Add variable workflow_list to deploy Workflow5.
parent
7d992cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
product/ERP5Type/ERP5Type.py
product/ERP5Type/ERP5Type.py
+13
-2
No files found.
product/ERP5Type/ERP5Type.py
View file @
0b06ab6e
...
...
@@ -416,8 +416,19 @@ class ERP5TypeInformation(XMLObject,
for
workflow
in
workflow_tool
.
getWorkflowsFor
(
ob
):
workflow
.
notifyCreated
(
ob
)
for
workflow5
in
self
.
getWorkflow5ValueList
():
workflow5
.
initializeDocument
(
ob
)
### Project WORKFLOW5, Wenjie, 12 Nov 2014 ###
#raise NotImplementedError(portal) # ERP5Site
#raise NotImplementedError(container) # container is Person Module
#raise NotImplementedError(klass) # class 'erp5.portal_type.Person'
#raise NotImplementedError(id) # id = 73
#raise NotImplementedError(base_ob) # Person at 73
#raise NotImplementedError(self) # base type at person
if
hasattr
(
self
,
'getWorkflow5ValueList'
):
# test if the current portal type is connected to workflow5
# applying Workflow5 step by step,
# so some of the modules don't have workflow5 yet.
for
workflow5
in
self
.
getWorkflow5ValueList
():
workflow5
.
initializeDocument
(
ob
)
if
not
temp_object
:
init_script
=
self
.
getTypeInitScriptId
()
...
...
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