Commit 094112c5 authored by Sebastien Robin's avatar Sebastien Robin

fix the type of cells

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20100 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13e13601
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="MatrixBox" module="Products.ERP5Form.MatrixBox"/>
<string>Products.ERP5Form.MatrixBox</string> <tuple/>
<string>MatrixBox</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -220,7 +217,7 @@ ...@@ -220,7 +217,7 @@
</item> </item>
<item> <item>
<key> <string>cell_portal_type</string> </key> <key> <string>cell_portal_type</string> </key>
<value> <string>Delivery Cell</string> </value> <value> <string>Sale Order Cell</string> </value>
</item> </item>
<item> <item>
<key> <string>cell_range</string> </key> <key> <string>cell_range</string> </key>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="MatrixBox" module="Products.ERP5Form.MatrixBox"/>
<string>Products.ERP5Form.MatrixBox</string> <tuple/>
<string>MatrixBox</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -220,7 +217,7 @@ ...@@ -220,7 +217,7 @@
</item> </item>
<item> <item>
<key> <string>cell_portal_type</string> </key> <key> <string>cell_portal_type</string> </key>
<value> <string>Delivery Cell</string> </value> <value> <string>Sale Order Cell</string> </value>
</item> </item>
<item> <item>
<key> <string>cell_range</string> </key> <key> <string>cell_range</string> </key>
......
197 201
\ No newline at end of file \ 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