[Erp5-report] r29134 - /erp5/trunk/products/ERP5/PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 22 15:38:47 CEST 2009


Author: daniele
Date: Tue Sep 22 15:38:43 2009
New Revision: 29134

URL: http://svn.erp5.org?rev=29134&view=rev
Log:
Change the type of document converted by oood since it's used for
the document synchronization

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Data.py
    erp5/trunk/products/ERP5/PropertySheet/Document.py
    erp5/trunk/products/ERP5/PropertySheet/Snapshot.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Data.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Data.py?rev=29134&r1=29133&r2=29134&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Data.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Data.py [utf8] Tue Sep 22 15:38:43 2009
@@ -35,7 +35,7 @@
   _properties = (
     { 'id'          : 'data',
       'description' : 'An object (string, stream, etc.) which contains raw data',
-      'type'        : 'object',
+      'type'        : 'data',
       'default'     : '',
       'mode'        : 'w' },
     { 'id'          : 'content_type',

Modified: erp5/trunk/products/ERP5/PropertySheet/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Document.py?rev=29134&r1=29133&r2=29134&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Document.py [utf8] Tue Sep 22 15:38:43 2009
@@ -34,7 +34,7 @@
     { 'id'              : 'base_data',
       'description'     : 'An object (string, stream, etc.) which contains raw data'
                           'to store the converted content of the document in its base format',
-      'type'            : 'object',
+      'type'            : 'data',
       'default'         : '',
       'read_permission' : 'Manage properties',
       'mode'            : 'w' },

Modified: erp5/trunk/products/ERP5/PropertySheet/Snapshot.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Snapshot.py?rev=29134&r1=29133&r2=29134&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Snapshot.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Snapshot.py [utf8] Tue Sep 22 15:38:43 2009
@@ -37,7 +37,7 @@
       'description' : 'An object (string, stream, etc.) which contains raw data'
                       'of a snapshot. Snapshot is used to keep a visual representation'
                       'of a document such as an invoice.',
-      'type'        : 'object',
+      'type'        : 'data',
       'write_permission' : 'Manage properties',
       'default'     : '',
       'mode'        : 'w' },




More information about the Erp5-report mailing list