Commit 3d10c701 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Add Solver Tool portal type since portal_solvers is included in this bt


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43005 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be90266e
...@@ -120,4 +120,7 @@ ...@@ -120,4 +120,7 @@
<portal_type id="Rounding Tool"> <portal_type id="Rounding Tool">
<item>Rounding Model</item> <item>Rounding Model</item>
</portal_type> </portal_type>
<portal_type id="Solver Tool">
<item>Solver Type</item>
</portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>Solver Tool</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>SolverTool</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
942 943
\ No newline at end of file \ No newline at end of file
...@@ -82,4 +82,5 @@ Person | Fax ...@@ -82,4 +82,5 @@ Person | Fax
Person | Link Person | Link
Person | Telephone Person | Telephone
Query Module | Query Query Module | Query
Rounding Tool | Rounding Model Rounding Tool | Rounding Model
\ No newline at end of file Solver Tool | Solver Type
\ No newline at end of file
...@@ -54,6 +54,7 @@ Role Definition ...@@ -54,6 +54,7 @@ Role Definition
Root Applied Rule Causality Movement Group Root Applied Rule Causality Movement Group
Rounding Model Rounding Model
Rounding Tool Rounding Tool
Solver Tool
Split Movement Group Split Movement Group
Tax Line Delivery Movement Group Tax Line Delivery Movement Group
Telephone Telephone
......
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