[Erp5-report] r16035 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 4 15:59:31 CEST 2007


Author: yo
Date: Tue Sep  4 15:59:31 2007
New Revision: 16035

URL: http://svn.erp5.org?rev=16035&view=rev
Log:
2007-09-04 yo
* Fix the way of calling reindexObject in InventoryModule_reindexMovementList

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/InventoryModule_reindexMovementList.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/copyright_list
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/InventoryModule_reindexMovementList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/InventoryModule_reindexMovementList.xml?rev=16035&r1=16034&r2=16035&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/InventoryModule_reindexMovementList.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/InventoryModule_reindexMovementList.xml Tue Sep  4 15:59:31 2007
@@ -81,11 +81,12 @@
                                    , sql_catalog_id = sql_catalog_id\n
                                    )\n
 ]:\n
-  o.reindexObject( after_tag = \'inventory_%i\' % count\n
-                 , tag       = \'inventory_%i\' % (count+1)\n
-                 , sql_catalog_id = sql_catalog_id\n
-                 , passive_commit=passive_commit\n
-                 )\n
+  activate_kw = {\n
+    \'tag\': \'inventory_%i\' % (count+1),\n
+    \'after_tag\': \'inventory_%i\' % count,\n
+    \'passive_commit\': passive_commit,\n
+  }\n
+  o.reindexObject(activate_kw=activate_kw, sql_catalog_id=sql_catalog_id)\n
   count += 1\n
 \n
 if final_activity_tag is not None and count > 1:\n
@@ -104,6 +105,12 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_owner</string> </key>
             <value>
               <none/>
             </value>
@@ -149,6 +156,7 @@
                             <string>None</string>
                             <string>x</string>
                             <string>o</string>
+                            <string>activate_kw</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=16035&r1=16034&r2=16035&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Tue Sep  4 15:59:31 2007
@@ -1,3 +1,6 @@
+2007-09-04 yo
+* Fix the way of calling reindexObject in InventoryModule_reindexMovementList
+
 2007-09-04
 *Add style in get_ODSStyleSheet
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/copyright_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/copyright_list?rev=16035&r1=16034&r2=16035&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/copyright_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/copyright_list Tue Sep  4 15:59:31 2007
@@ -1,1 +1,1 @@
-Copyright (c) 2001-2006 Nexedi SARL
+Copyright (c) 2001-2007 Nexedi SA

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=16035&r1=16034&r2=16035&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Sep  4 15:59:31 2007
@@ -1,1 +1,1 @@
-423
+424




More information about the Erp5-report mailing list