Commit 12cf0f32 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

recreate Float Divergence Tester portal type information, because the old one...

recreate Float Divergence Tester portal type information, because the old one uses a different class.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30425 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4507f0db
......@@ -3,31 +3,23 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TesterTypeInformation" module="Products.ERP5Type.Document.TesterTypeInformation"/>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>portal_types/Float Divergence Tester</string>
</tuple>
</value>
</item>
<item>
<key> <string>decimal_alignment_enabled</string> </key>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>decimal_exponent</string> </key>
<value> <string>1.0000</string> </value>
<key> <string>content_icon</string> </key>
<value> <string>document.gif</string> </value>
</item>
<item>
<key> <string>decimal_rouding_option</string> </key>
<value> <string>CEIL</string> </value>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Divergence Tester</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -37,6 +29,10 @@
<key> <string>factory</string> </key>
<value> <string>addFloatDivergenceTester</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>
......@@ -62,24 +58,8 @@
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>tested_property</string> </key>
<value> <string>quantity</string> </value>
</item>
<item>
<key> <string>tolerance_base</string> </key>
<value> <string>Currency Precision</string> </value>
</item>
<item>
<key> <string>tolerance_range_max</string> </key>
<value> <float>20.0</float> </value>
</item>
<item>
<key> <string>tolerance_range_min</string> </key>
<value> <float>-10.0</float> </value>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
......
6
\ No newline at end of file
7
\ 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