[Erp5-report] r30926 - /erp5/trunk/products/ERP5/PropertySheet/Transformation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 30 14:37:02 CET 2009


Author: kazuhiko
Date: Mon Nov 30 14:36:58 2009
New Revision: 30926

URL: http://svn.erp5.org?rev=30926&view=rev
Log:
remove *_title and *_id from _properties because they are provided automatically. *_relative_url are kept as they are for now for compatibility.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Transformation.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Transformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Transformation.py?rev=30926&r1=30925&r2=30926&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Transformation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Transformation.py [utf8] Mon Nov 30 14:36:58 2009
@@ -70,16 +70,4 @@
       'acquisition_accessor_id'   : 'getTitle',
       'acquisition_depends'       : None,
       'mode'        : 'w' },
-
-    { 'id'          : 'resource_title',
-      'description' : "Title of the resource",
-      'type'        : 'string',
-      'acquisition_base_category' : ('resource',),
-      'acquisition_portal_type'   : (),
-      'acquisition_copy_value'    : 0,
-      'acquisition_mask_value'    : 0,
-      'acquisition_sync_value'    : 0,
-      'acquisition_accessor_id'   : 'getTitle',
-      'acquisition_depends'       : None,
-      'mode'        : 'w' },
 )




More information about the Erp5-report mailing list