[Erp5-report] r18772 - in /erp5/trunk/bt5/erp5_trade: PathTemplateItem/portal_categories/tr...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jan 17 15:20:54 CET 2008
Author: jerome
Date: Thu Jan 17 15:20:54 2008
New Revision: 18772
URL: http://svn.erp5.org?rev=18772&view=rev
Log:
set an int_index on trade date categories so that they have natural ordering
Modified:
erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/invoice.xml
erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/order.xml
erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/packing%20list.xml
erp5/trunk/bt5/erp5_trade/bt/revision
Modified: erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/invoice.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/invoice.xml?rev=18772&r1=18771&r2=18772&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/invoice.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/invoice.xml Thu Jan 17 15:20:54 2008
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.Document.Category</string>
- <string>Category</string>
- </tuple>
- <none/>
+ <global name="Category" module="Products.ERP5Type.Document.Category"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -56,9 +53,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>3</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
Modified: erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/order.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/order.xml?rev=18772&r1=18771&r2=18772&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/order.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/order.xml Thu Jan 17 15:20:54 2008
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.Document.Category</string>
- <string>Category</string>
- </tuple>
- <none/>
+ <global name="Category" module="Products.ERP5Type.Document.Category"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -57,9 +54,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
Modified: erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/packing%20list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/packing%2520list.xml?rev=18772&r1=18771&r2=18772&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/packing%20list.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PathTemplateItem/portal_categories/trade_date/packing%20list.xml Thu Jan 17 15:20:54 2008
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.Document.Category</string>
- <string>Category</string>
- </tuple>
- <none/>
+ <global name="Category" module="Products.ERP5Type.Document.Category"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -58,9 +55,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>2</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=18772&r1=18771&r2=18772&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Thu Jan 17 15:20:54 2008
@@ -1,1 +1,1 @@
-153
+155
More information about the Erp5-report
mailing list