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

erp5_base: deploy erp5workflow_list in person type.

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