[Erp5-report] r36744 kazuhiko - in /erp5/trunk/bt5: erp5_base/ActionTemplateItem/portal_typ...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 30 15:52:46 CEST 2010


Author: kazuhiko
Date: Wed Jun 30 15:52:43 2010
New Revision: 36744

URL: http://svn.erp5.org?rev=36744&view=rev
Log:
* Move Solver Decision portal type from the experimental erp5_simulation business template to the erp5_base business template.

Added:
    erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Solver%20Decision/
      - copied from r36729, erp5/trunk/bt5/erp5_simulation/ActionTemplateItem/portal_types/Solver%20Decision/
    erp5/trunk/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml
      - copied unchanged from r36729, erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml
    erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/SolverDecision_view/
      - copied from r36729, erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view/
    erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/SolverDecision_view.xml
      - copied unchanged from r36729, erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml
    erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/SolverDecision_viewConfiguration/
      - copied from r36729, erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration/
    erp5/trunk/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/SolverDecision_viewConfiguration.xml
      - copied unchanged from r36729, erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml
Removed:
    erp5/trunk/bt5/erp5_simulation/ActionTemplateItem/portal_types/Solver%20Decision/
    erp5/trunk/bt5/erp5_simulation/PortalTypeBaseCategoryTemplateItem/
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml
    erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view/
    erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml
    erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration/
    erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml
Modified:
    erp5/trunk/bt5/erp5_base/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
    erp5/trunk/bt5/erp5_base/bt/change_log
    erp5/trunk/bt5/erp5_base/bt/revision
    erp5/trunk/bt5/erp5_base/bt/template_action_path_list
    erp5/trunk/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list
    erp5/trunk/bt5/erp5_base/bt/template_portal_type_id_list
    erp5/trunk/bt5/erp5_simulation/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_simulation/bt/revision
    erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_base_category_list
    erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list

Modified: erp5/trunk/bt5/erp5_base/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Wed Jun 30 15:52:43 2010
@@ -117,6 +117,9 @@
  <portal_type id="Rounding Tool">
   <item>Rounding Model</item>
  </portal_type>
+ <portal_type id="Solver Process">
+  <item>Solver Decision</item>
+ </portal_type>
  <portal_type id="Solver Process Tool">
   <item>Solver Process</item>
  </portal_type>

Modified: erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml [utf8] Wed Jun 30 15:52:43 2010
@@ -24,4 +24,7 @@
  <portal_type id="Query Module">
   <item>business_application</item>
  </portal_type>
+ <portal_type id="Solver Decision">
+  <item>causality</item>
+ </portal_type>
 </base_category_list>
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_base/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/change_log?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/change_log [utf8] Wed Jun 30 15:52:43 2010
@@ -1,4 +1,5 @@
 2010-06-30 kazuhiko
+* Move Solver Decision portal type from the experimental erp5_simulation business template to the erp5_base business template.
 * Calculate and pass default values to automatic solvers.
 * Add fallback scripts for target solvers' default configuration values.
 

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Wed Jun 30 15:52:43 2010
@@ -1 +1 @@
-783
\ No newline at end of file
+784
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_base/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_action_path_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_action_path_list [utf8] Wed Jun 30 15:52:43 2010
@@ -81,6 +81,8 @@ Root Applied Rule Causality Movement Gro
 Rounding Model | predicate_view
 Rounding Model | view
 Rounding Tool | view
+Solver Decision | configuration
+Solver Decision | view
 Solver Tool | view
 Solver Type | action_view
 Solver Type | role_view

Modified: erp5/trunk/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list [utf8] Wed Jun 30 15:52:43 2010
@@ -82,6 +82,7 @@ Person | Link
 Person | Telephone
 Query Module | Query
 Rounding Tool | Rounding Model
+Solver Process | Solver Decision
 Solver Process Tool | Solver Process
 Solver Tool | Solver Type
 Solver Type | Action Information

Modified: erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_portal_type_base_category_list [utf8] Wed Jun 30 15:52:43 2010
@@ -6,4 +6,5 @@ Notification Message Module | business_a
 Organisation Module | business_application
 Person Module | business_application
 Query Module | business_application
-Query | agent
\ No newline at end of file
+Query | agent
+Solver Decision | causality
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_base/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_portal_type_id_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_portal_type_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_portal_type_id_list [utf8] Wed Jun 30 15:52:43 2010
@@ -52,6 +52,7 @@ Role Definition
 Root Applied Rule Causality Movement Group
 Rounding Model
 Rounding Tool
+Solver Decision
 Solver Process
 Solver Process Tool
 Solver Tool

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Wed Jun 30 15:52:43 2010
@@ -60,7 +60,6 @@
   <item>Adopt Solver</item>
   <item>Production Reduction Solver</item>
   <item>Quantity Split Solver</item>
-  <item>Solver Decision</item>
   <item>Trade Model Solver</item>
   <item>Unify Solver</item>
  </portal_type>
@@ -72,4 +71,4 @@
   <item>String Divergence Tester</item>
   <item>Variation Divergence Tester</item>
  </portal_type>
-</allowed_content_type_list>
+</allowed_content_type_list>
\ No newline at end of file

Removed: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%2520Decision.xml?rev=36743&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_types/Solver%20Decision.xml (removed)
@@ -1,111 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
-        <tuple/>
-      </tuple>
-    </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 Solver Decision</string> </value>
-        </item>
-        <item>
-            <key> <string>description</string> </key>
-            <value> <string>A Solver Decision defines which delivery movements are solved using which solvers. Solver Dcision will support all property sheets which are supported also by a Target Solver, so that it can hold decision information.\r\n
-</string> </value>
-        </item>
-        <item>
-            <key> <string>factory</string> </key>
-            <value> <string>addSolverDecision</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>Solver Decision</string> </value>
-        </item>
-        <item>
-            <key> <string>init_script</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>permission</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-  <record id="2" aka="AAAAAAAAAAI=">
-    <pickle>
-      <tuple>
-        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
-        <tuple/>
-      </tuple>
-    </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>
-      <tuple>
-        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
-        <tuple/>
-      </tuple>
-    </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>

Removed: erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml?rev=36743&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_view.xml (removed)
@@ -1,161 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <global name="ERP5Form" module="Products.ERP5Form.Form"/>
-        <tuple/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_bind_names</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>_asgns</string> </key>
-                        <value>
-                          <dictionary/>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>_objects</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>action</string> </key>
-            <value> <string>Base_edit</string> </value>
-        </item>
-        <item>
-            <key> <string>description</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>edit_order</string> </key>
-            <value>
-              <list/>
-            </value>
-        </item>
-        <item>
-            <key> <string>encoding</string> </key>
-            <value> <string>UTF-8</string> </value>
-        </item>
-        <item>
-            <key> <string>enctype</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>group_list</string> </key>
-            <value>
-              <list>
-                <string>left</string>
-                <string>right</string>
-                <string>center</string>
-                <string>bottom</string>
-                <string>hidden</string>
-              </list>
-            </value>
-        </item>
-        <item>
-            <key> <string>groups</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>bottom</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>center</string> </key>
-                    <value>
-                      <list>
-                        <string>my_description</string>
-                      </list>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>hidden</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>left</string> </key>
-                    <value>
-                      <list>
-                        <string>my_causality_title</string>
-                        <string>my_delivery_title_list</string>
-                      </list>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>right</string> </key>
-                    <value>
-                      <list>
-                        <string>my_solver</string>
-                        <string>my_delivery_solver</string>
-                      </list>
-                    </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>SolverDecision_view</string> </value>
-        </item>
-        <item>
-            <key> <string>method</string> </key>
-            <value> <string>POST</string> </value>
-        </item>
-        <item>
-            <key> <string>name</string> </key>
-            <value> <string>SolverDecision_view</string> </value>
-        </item>
-        <item>
-            <key> <string>pt</string> </key>
-            <value> <string>form_view</string> </value>
-        </item>
-        <item>
-            <key> <string>row_length</string> </key>
-            <value> <int>4</int> </value>
-        </item>
-        <item>
-            <key> <string>stored_encoding</string> </key>
-            <value> <string>UTF-8</string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string>Solver Decision</string> </value>
-        </item>
-        <item>
-            <key> <string>unicode_mode</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>update_action</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>update_action_title</string> </key>
-            <value> <string></string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>

Removed: erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml?rev=36743&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/SolverDecision_viewConfiguration.xml (removed)
@@ -1,155 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <global name="ERP5Form" module="Products.ERP5Form.Form"/>
-        <tuple/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_bind_names</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>_asgns</string> </key>
-                        <value>
-                          <dictionary/>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>_objects</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>action</string> </key>
-            <value> <string>Base_editConfiguration</string> </value>
-        </item>
-        <item>
-            <key> <string>description</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>edit_order</string> </key>
-            <value>
-              <list/>
-            </value>
-        </item>
-        <item>
-            <key> <string>encoding</string> </key>
-            <value> <string>UTF-8</string> </value>
-        </item>
-        <item>
-            <key> <string>enctype</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>group_list</string> </key>
-            <value>
-              <list>
-                <string>left</string>
-                <string>right</string>
-                <string>center</string>
-                <string>bottom</string>
-                <string>hidden</string>
-              </list>
-            </value>
-        </item>
-        <item>
-            <key> <string>groups</string> </key>
-            <value>
-              <dictionary>
-                <item>
-                    <key> <string>bottom</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>center</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>hidden</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>left</string> </key>
-                    <value>
-                      <list>
-                        <string>my_configuration</string>
-                      </list>
-                    </value>
-                </item>
-                <item>
-                    <key> <string>right</string> </key>
-                    <value>
-                      <list/>
-                    </value>
-                </item>
-              </dictionary>
-            </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>SolverDecision_viewConfiguration</string> </value>
-        </item>
-        <item>
-            <key> <string>method</string> </key>
-            <value> <string>POST</string> </value>
-        </item>
-        <item>
-            <key> <string>name</string> </key>
-            <value> <string>SolverDecision_view</string> </value>
-        </item>
-        <item>
-            <key> <string>pt</string> </key>
-            <value> <string>form_view</string> </value>
-        </item>
-        <item>
-            <key> <string>row_length</string> </key>
-            <value> <int>4</int> </value>
-        </item>
-        <item>
-            <key> <string>stored_encoding</string> </key>
-            <value> <string>UTF-8</string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string>Configuration</string> </value>
-        </item>
-        <item>
-            <key> <string>unicode_mode</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>update_action</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>update_action_title</string> </key>
-            <value> <string></string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Wed Jun 30 15:52:43 2010
@@ -1 +1 @@
-120
\ No newline at end of file
+121
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_action_path_list [utf8] Wed Jun 30 15:52:43 2010
@@ -18,8 +18,6 @@ Quantity Cancel Solver | configuration
 Quantity Cancel Solver | view
 Quantity Split Solver | configuration
 Quantity Split Solver | view
-Solver Decision | configuration
-Solver Decision | view
 Solver Process Tool | view
 Solver Process | target_solver
 Solver Process | view

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_allowed_content_type_list [utf8] Wed Jun 30 15:52:43 2010
@@ -44,7 +44,6 @@ Solver Process | Accept Solver
 Solver Process | Adopt Solver
 Solver Process | Production Reduction Solver
 Solver Process | Quantity Split Solver
-Solver Process | Solver Decision
 Solver Process | Trade Model Solver
 Solver Process | Unify Solver
 Trade Model Simulation Rule | Category Membership Divergence Tester

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_base_category_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_base_category_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_base_category_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_base_category_list [utf8] Wed Jun 30 15:52:43 2010
@@ -1 +0,0 @@
-Solver Decision | causality
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list?rev=36744&r1=36743&r2=36744&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/template_portal_type_id_list [utf8] Wed Jun 30 15:52:43 2010
@@ -7,7 +7,6 @@ Net Converted Quantity Divergence Tester
 Production Reduction Solver
 Quantity Cancel Solver
 Quantity Split Solver
-Solver Decision
 String Divergence Tester
 Trade Model Solver
 Unify Solver




More information about the Erp5-report mailing list