[Erp5-report] r14732 - in /erp5/trunk/bt5/erp5_trade: PathTemplateItem/portal_categories/tr...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 7 11:50:08 CEST 2007


Author: jerome
Date: Thu Jun  7 11:50:08 2007
New Revision: 14732

URL: http://svn.erp5.org?rev=14732&view=rev
Log:
Set a title on trade_date categories

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=14732&r1=14731&r2=14732&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 Jun  7 11:50:08 2007
@@ -3,8 +3,11 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <global name="Category" module="Products.ERP5Type.Document.Category"/>
-        <tuple/>
+        <tuple>
+          <string>Products.ERP5Type.Document.Category</string>
+          <string>Category</string>
+        </tuple>
+        <none/>
       </tuple>
     </pickle>
     <pickle>
@@ -42,6 +45,12 @@
             </value>
         </item>
         <item>
+            <key> <string>codification</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>id</string> </key>
             <value> <string>invoice</string> </value>
         </item>
@@ -54,6 +63,10 @@
         <item>
             <key> <string>portal_type</string> </key>
             <value> <string>Category</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Invoice</string> </value>
         </item>
         <item>
             <key> <string>uid</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=14732&r1=14731&r2=14732&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 Jun  7 11:50:08 2007
@@ -3,8 +3,11 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <global name="Category" module="Products.ERP5Type.Document.Category"/>
-        <tuple/>
+        <tuple>
+          <string>Products.ERP5Type.Document.Category</string>
+          <string>Category</string>
+        </tuple>
+        <none/>
       </tuple>
     </pickle>
     <pickle>
@@ -43,6 +46,12 @@
             </value>
         </item>
         <item>
+            <key> <string>codification</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>id</string> </key>
             <value> <string>order</string> </value>
         </item>
@@ -55,6 +64,10 @@
         <item>
             <key> <string>portal_type</string> </key>
             <value> <string>Category</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Order</string> </value>
         </item>
         <item>
             <key> <string>uid</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=14732&r1=14731&r2=14732&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 Jun  7 11:50:08 2007
@@ -3,8 +3,11 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <global name="Category" module="Products.ERP5Type.Document.Category"/>
-        <tuple/>
+        <tuple>
+          <string>Products.ERP5Type.Document.Category</string>
+          <string>Category</string>
+        </tuple>
+        <none/>
       </tuple>
     </pickle>
     <pickle>
@@ -38,7 +41,15 @@
             <value>
               <tuple>
                 <string>trade_date/packing list</string>
+                <string>trade_date/packing list</string>
+                <string>trade_date/packing list</string>
               </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>codification</string> </key>
+            <value>
+              <none/>
             </value>
         </item>
         <item>
@@ -54,6 +65,10 @@
         <item>
             <key> <string>portal_type</string> </key>
             <value> <string>Category</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Packing List</string> </value>
         </item>
         <item>
             <key> <string>uid</string> </key>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=14732&r1=14731&r2=14732&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Thu Jun  7 11:50:08 2007
@@ -1,1 +1,1 @@
-71
+68




More information about the Erp5-report mailing list