[Erp5-report] r44188 jerome - /erp5/trunk/products/ERP5/MovementCollectionDiff.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 11 15:42:06 CET 2011


Author: jerome
Date: Fri Mar 11 15:42:06 2011
New Revision: 44188

URL: http://svn.erp5.org?rev=44188&view=rev
Log:
int_index can be copied

Modified:
    erp5/trunk/products/ERP5/MovementCollectionDiff.py

Modified: erp5/trunk/products/ERP5/MovementCollectionDiff.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/MovementCollectionDiff.py?rev=44188&r1=44187&r2=44188&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/MovementCollectionDiff.py [utf8] (original)
+++ erp5/trunk/products/ERP5/MovementCollectionDiff.py [utf8] Fri Mar 11 15:42:06 2011
@@ -115,7 +115,7 @@ def _getPropertyAndCategoryList(document
 
 def _getPropertyList(document, acquire=True):
   property_map = document.getPropertyMap()
-  bad_property_list = ['id', 'uid', 'categories_list', 'int_index', 'last_id',]
+  bad_property_list = ['id', 'uid', 'categories_list', 'last_id',]
   # we don't want acquired properties without acquisition_mask_value
   for x in property_map:
     if x.has_key('acquisition_base_category') and not x.get('acquisition_mask_value', 0):



More information about the Erp5-report mailing list