[Erp5-report] r13636 - /erp5/trunk/products/ERP5/PropertySheet/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 26 13:55:56 CEST 2007


Author: jp
Date: Mon Mar 26 13:55:55 2007
New Revision: 13636

URL: http://svn.erp5.org?rev=13636&view=rev
Log:
Added base_content_type

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Document.py?rev=13636&r1=13635&r2=13636&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Document.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Document.py Mon Mar 26 13:55:55 2007
@@ -38,6 +38,11 @@
       'default'         : '',
       'read_permission' : 'Manage properties',
       'mode'            : 'w' },
+    { 'id'              : 'base_content_type',
+      'description'     : 'A string which represents the mime type of the base data',
+      'type'            : 'string',
+      'read_permission' : 'Manage properties',
+      'mode'            : 'w' },
   )
 
   _categories = ('similar', 'predecessor', 'successor', 'contributor', 'classification',




More information about the Erp5-report mailing list