Commit 922bac29 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

forgot to fix portal type, sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32846 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fcf4c00d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="ProductionOrderModelSimulationRule" module="Products.ERP5Type.Document.ProductionOrderModelSimulationRule"/> <global name="ProductionOrderModelRootSimulationRule" module="Products.ERP5Type.Document.ProductionOrderModelRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Production Order Model Rule</string> </value> <value> <string>Production Order Model Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Production Order Model Rule</string> </value> <value> <string>Default Production Order Model Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="ProductionOrderSimulationRule" module="Products.ERP5Type.Document.ProductionOrderSimulationRule"/> <global name="ProductionOrderRootSimulationRule" module="Products.ERP5Type.Document.ProductionOrderRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Production Order Simulation Rule</string> </value> <value> <string>Production Order Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Production Order Simulation Rule</string> </value> <value> <string>Default Production Order Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
......
421 422
\ No newline at end of file \ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="DeliveringSimulationRule" module="Products.ERP5Type.Document.DeliveringSimulationRule"/> <global name="DeliverySimulationRule" module="Products.ERP5Type.Document.DeliverySimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Delivering Simulation Rule</string> </value> <value> <string>Delivery Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Delivering Simulation Rule</string> </value> <value> <string>Default Delivery Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="OrderSimulationRule" module="Products.ERP5Type.Document.OrderSimulationRule"/> <global name="OrderRootSimulationRule" module="Products.ERP5Type.Document.OrderRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Order Simulation Rule</string> </value> <value> <string>Order Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Order Simulation Rule</string> </value> <value> <string>Default Order Root Simulation Rule</string> </value>
</item> </item>
<item> <item>
<key> <string>version</string> </key> <key> <string>version</string> </key>
......
840 841
\ 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