Commit 59fdc22b authored by Jérome Perrin's avatar Jérome Perrin

tax_return: configure "Tax Return Type" correctly

We have to duplicate the same configuration ( actions, workflows) as Base Type
parent 0c1047e3
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_view</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>role_view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Action Information</string> </value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>3.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Roles</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Expression" module="Products.CMFCore.Expression"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BaseType_viewRole</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -7,4 +7,7 @@
<item>Role Information</item>
<item>Tax Return Line</item>
</portal_type>
<portal_type id="Types Tool">
<item>Tax Return Type</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
......@@ -3,4 +3,8 @@
<type>Sample Tax Return</type>
<workflow>edit_workflow, tax_return_workflow</workflow>
</chain>
<chain>
<type>Tax Return Type</type>
<workflow>base_type_interaction_workflow, dynamic_class_generation_interaction_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
......@@ -3,5 +3,6 @@ Sample Tax Return | view
Tax Return Line | view
Tax Return Module | view
Tax Return Type | action_view
Tax Return Type | role_view
Tax Return Type | tax_return_line_view
Tax Return Type | view
\ No newline at end of file
Tax Return Module | Sample Tax Return
Tax Return Type | Action Information
Tax Return Type | Role Information
Tax Return Type | Tax Return Line
\ No newline at end of file
Tax Return Type | Tax Return Line
Types Tool | Tax Return Type
\ No newline at end of file
Sample Tax Return | edit_workflow
Sample Tax Return | tax_return_workflow
\ No newline at end of file
Sample Tax Return | tax_return_workflow
Tax Return Type | base_type_interaction_workflow
Tax Return Type | dynamic_class_generation_interaction_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