Commit 5a4dc706 authored by wenjie.zheng's avatar wenjie.zheng

erp5_base: Apply erp5_validation_workflow to Person type.

parent a819f3ce
<module>
<category_list>
<category>business_application/base</category>
</category_list>
<id>person_module</id>
<permission_list>
<permission type='tuple'>
......
......@@ -28,17 +28,19 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>source/workflow_module/validation_workflow/draft</string>
<string>source/workflow_module/erp5_validation_workflow/draft</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>This workflow aims at replacing validation_workflow in DCWorkflow.</string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>validation_workflow</string> </value>
<value> <string>erp5_validation_workflow</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......@@ -50,7 +52,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Validation Workflow</string> </value>
<value> <string>ERP5 Validation Workflow</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -10,14 +10,15 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>destination/workflow_module/validation_workflow/delete</string>
<string>destination/workflow_module/validation_workflow/validate</string>
<string>destination/workflow_module/erp5_validation_workflow/validate</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Initial state</string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -10,7 +10,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>destination/workflow_module/validation_workflow/invalidated</string>
<string>destination/workflow_module/erp5_validation_workflow/invalidated</string>
</tuple>
</value>
</item>
......
......@@ -10,8 +10,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>destination/workflow_module/validation_workflow/delete</string>
<string>destination/workflow_module/validation_workflow/invalidate</string>
<string>destination/workflow_module/erp5_validation_workflow/validate</string>
</tuple>
</value>
</item>
......
......@@ -10,7 +10,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>destination/workflow_module/validation_workflow/validated</string>
<string>destination/workflow_module/erp5_validation_workflow/validated</string>
</tuple>
</value>
</item>
......
......@@ -10,7 +10,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>destination/workflow_module/validation_workflow/invalidate</string>
<string>destination/workflow_module/erp5_validation_workflow/invalidate</string>
</tuple>
</value>
</item>
......
<?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/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>
<?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>
......@@ -63,11 +63,15 @@
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -77,6 +81,18 @@
<key> <string>type_class</string> </key>
<value> <string>Folder</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -149,7 +149,7 @@
<key> <string>workflow_list</string> </key>
<value>
<tuple>
<string>validation_workflow</string>
<string>erp5_validation_workflow</string>
</tuple>
</value>
</item>
......
......@@ -322,7 +322,7 @@ Role & Region
<string>Modification Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
......@@ -393,7 +393,7 @@ Role & Region
<string>Modification Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
......
......@@ -8,5 +8,5 @@ portal_categories/divergence_scope/category
portal_categories/divergence_scope/property
portal_categories/divergence_scope/quantity
portal_memcached/persistent_memcached_plugin
workflow_module/validation_workflow
workflow_module/validation_workflow/**
\ No newline at end of file
workflow_module/erp5_validation_workflow
workflow_module/erp5_validation_workflow/**
\ No newline at end of file
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