[Erp5-report] r9206 - in /erp5/trunk/products/ERP5OOo/PropertySheet: DMSFile.py OOoDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 14 22:22:58 CEST 2006


Author: bartek
Date: Mon Aug 14 22:22:54 2006
New Revision: 9206

URL: http://svn.erp5.org?rev=9206&view=rev
Log:
added missing categories; moved generics to DMSFile;

Modified:
    erp5/trunk/products/ERP5OOo/PropertySheet/DMSFile.py
    erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py

Modified: erp5/trunk/products/ERP5OOo/PropertySheet/DMSFile.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/PropertySheet/DMSFile.py?rev=9206&r1=9205&r2=9206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/PropertySheet/DMSFile.py (original)
+++ erp5/trunk/products/ERP5OOo/PropertySheet/DMSFile.py Mon Aug 14 22:22:54 2006
@@ -37,7 +37,8 @@
     'mode'    : '' },
     )
 
-  _categories = ('destination','similar','source','source_project','publication_section')
+  _categories = ('destination','similar','source','source_project','publication_section','classification',
+      'function','group','site')
  
 
 # vim: shiftwidth=2

Modified: erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py?rev=9206&r1=9205&r2=9206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py (original)
+++ erp5/trunk/products/ERP5OOo/PropertySheet/OOoDocument.py Mon Aug 14 22:22:54 2006
@@ -31,10 +31,6 @@
   """
 
   _properties = (
-    { 'id'    : 'original_filename',
-    'description' : 'name of the uploaded file',
-    'type'    : 'string',
-    'mode'    : '' },
     { 'id'    : 'original_format',
     'description' : 'format of the uploaded file',
     'type'    : 'string',
@@ -65,8 +61,6 @@
     'mode'    : ''},
   )
 
-  _categories = ('destination','similar','source','source_project','publication_section')
- 
 
 # vim: shiftwidth=2
 




More information about the Erp5-report mailing list