Commit 0635e766 authored by wenjie.zheng's avatar wenjie.zheng

erp5_base: Add ERP5Workflow selection field in view page, add an erp5workflow...

erp5_base: Add ERP5Workflow selection field in view page, add an erp5workflow based validation_workflow to Person type.
parent 2ca6898d
......@@ -47,6 +47,12 @@
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>person_icon.gif</string> </value>
......@@ -55,6 +61,12 @@
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Person</string> </value>
</item>
<item>
<key> <string>contributor_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Persons capture the contact information (ex. name, phone number) and the relation between entities (ex. who is assigned to which function and which organisation). Persons are supported by a standard validation workflow.</string> </value>
......@@ -109,6 +121,38 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_workflow</string> </key>
<value>
<tuple>
<string>wenjie_workflow</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_workflow_list</string> </key>
<value>
<tuple>
<string>wenjie_workflow</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_workflow_list_list</string> </key>
<value>
<tuple>
<string>erp5_standard_workflow</string>
</tuple>
</value>
</item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple>
<string>validation_workflow</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
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