Commit 96e1a249 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-09-22 tatuya

* Add a movement group to group movements without assignment, by contrast with the assignment movement group.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ef572e8
<?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> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>View</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}/PropertyMovementGroup_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<item>Parent Explanation Movement Group</item> <item>Parent Explanation Movement Group</item>
<item>Predicate</item> <item>Predicate</item>
<item>Property Assignment Movement Group</item> <item>Property Assignment Movement Group</item>
<item>Property Grouping Movement Group</item>
<item>Property Movement Group</item> <item>Property Movement Group</item>
<item>Quantity Sign Movement Group</item> <item>Quantity Sign Movement Group</item>
<item>Requirement Movement Group</item> <item>Requirement Movement Group</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_property_domain_dict</string> </key>
<value>
<dictionary>
<item>
<key> <string>short_title</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>document_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Property Movement Group</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string> The purpose of MovementGroup is to define how movements are grouped,\n
and how values are updated from simulation movements.\n
</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addPropertyGroupingMovementGroup</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>movement_group</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Property Grouping Movement Group</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <string>erp5_content</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
<value> <string>short_title</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
<value> <string>erp5_content</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
<value> <string>title</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-09-22 tatuya
* Add a movement group to group movements without assignment, by contrast with the assignment movement group.
2010-09-17 yo 2010-09-17 yo
* Add an utility script BusinessPath_build which can be used to unify the way of invoking global builds. * Add an utility script BusinessPath_build which can be used to unify the way of invoking global builds.
......
845 847
\ No newline at end of file \ No newline at end of file
...@@ -74,6 +74,7 @@ Person | view ...@@ -74,6 +74,7 @@ Person | view
Preference | base_preference Preference | base_preference
Property Assignment Movement Group | view Property Assignment Movement Group | view
Property Divergence Tester | view Property Divergence Tester | view
Property Grouping Movement Group | view
Property Movement Group | view Property Movement Group | view
Quantity Divergence Tester | view Quantity Divergence Tester | view
Quantity Sign Movement Group | view Quantity Sign Movement Group | view
......
...@@ -22,6 +22,7 @@ Delivery Builder | Parent Delivery Property Movement Group ...@@ -22,6 +22,7 @@ Delivery Builder | Parent Delivery Property Movement Group
Delivery Builder | Parent Explanation Movement Group Delivery Builder | Parent Explanation Movement Group
Delivery Builder | Predicate Delivery Builder | Predicate
Delivery Builder | Property Assignment Movement Group Delivery Builder | Property Assignment Movement Group
Delivery Builder | Property Grouping Movement Group
Delivery Builder | Property Movement Group Delivery Builder | Property Movement Group
Delivery Builder | Quantity Sign Movement Group Delivery Builder | Quantity Sign Movement Group
Delivery Builder | Requirement Movement Group Delivery Builder | Requirement Movement Group
......
...@@ -44,6 +44,7 @@ Person ...@@ -44,6 +44,7 @@ Person
Person Module Person Module
Property Assignment Movement Group Property Assignment Movement Group
Property Divergence Tester Property Divergence Tester
Property Grouping Movement Group
Property Movement Group Property Movement Group
Quantity Divergence Tester Quantity Divergence Tester
Quantity Sign Movement Group Quantity Sign Movement Group
......
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