Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
b8c311fb
Commit
b8c311fb
authored
Dec 24, 2014
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_base: Add transition Delete and state Deleted in erp5_validation_state.
parent
5a4dc706
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
74 additions
and
0 deletions
+74
-0
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/delete.xml
...eItem/workflow_module/erp5_validation_workflow/delete.xml
+42
-0
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/deleted.xml
...Item/workflow_module/erp5_validation_workflow/deleted.xml
+30
-0
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/draft.xml
...teItem/workflow_module/erp5_validation_workflow/draft.xml
+1
-0
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidated.xml
.../workflow_module/erp5_validation_workflow/invalidated.xml
+1
-0
No files found.
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/delete.xml
0 → 100644
View file @
b8c311fb
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Transition"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/deleted
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
guard_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
delete
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Delete
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/deleted.xml
0 → 100644
View file @
b8c311fb
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"State"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
deleted
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
State
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Deleted
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/draft.xml
View file @
b8c311fb
...
...
@@ -11,6 +11,7 @@
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/validate
</string>
<string>
destination/workflow_module/erp5_validation_workflow/delete
</string>
</tuple>
</value>
</item>
...
...
bt5/erp5_base/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidated.xml
View file @
b8c311fb
...
...
@@ -11,6 +11,7 @@
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/validate
</string>
<string>
destination/workflow_module/erp5_validation_workflow/delete
</string>
</tuple>
</value>
</item>
...
...
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