Commit 584a80ee authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Move Solver Decision portal type from the experimental erp5_simulation...

* Move Solver Decision portal type from the experimental erp5_simulation business template to the erp5_base business template.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36744 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 202ce655
......@@ -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>
......
......@@ -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
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.
......
783
\ No newline at end of file
784
\ No newline at end of file
......@@ -81,6 +81,8 @@ Root Applied Rule Causality Movement Group | view
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
......
......@@ -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
......
......@@ -6,4 +6,5 @@ Notification Message Module | business_application
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
......@@ -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
......
......@@ -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
<base_category_list>
<portal_type id="Solver Decision">
<item>causality</item>
</portal_type>
</base_category_list>
\ No newline at end of file
120
\ No newline at end of file
121
\ No newline at end of file
......@@ -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
......
......@@ -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
......
......@@ -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
......
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