Commit 4e689a38 authored by wenjie.zheng's avatar wenjie.zheng

erp5_base: deploy erp5workflow_list in person type.

parent d526344f
......@@ -12,6 +12,23 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>comment</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
......@@ -32,11 +49,17 @@
</tuple>
</value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string>Used to replace DC-validation_workflow</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string encoding="cdata"><![CDATA[
This validation workflow has the same transitions & states as the DC-validation_workflow.
]]></string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -71,6 +71,14 @@
<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>
</item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple>
<string>erp5_validation_workflow</string>
</tuple>
</value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addPerson</string> </value>
......@@ -110,47 +118,23 @@
<value> <string>Person</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>
<item>
<key> <string>type_workflow</string> </key>
<key> <string>type_erp5workflow_list</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>
<string>erp5_validation_workflow</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_workflow_list_list</string> </key>
<key> <string>type_interface</string> </key>
<value>
<tuple>
<string>erp5_standard_workflow</string>
</tuple>
<tuple/>
</value>
</item>
<item>
<key> <string>workflow_list</string> </key>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>erp5_validation_workflow</string>
</tuple>
<tuple/>
</value>
</item>
</dictionary>
......
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