diff --git a/product/ERP5OOo/PropertySheet/DMSFile.py b/product/ERP5OOo/PropertySheet/DMSFile.py
index 81a0f1d071719e8cb588a0d48b8c3557748c5460..9381f864ad7e15da129603331117a40c784aa67e 100644
--- a/product/ERP5OOo/PropertySheet/DMSFile.py
+++ b/product/ERP5OOo/PropertySheet/DMSFile.py
@@ -37,7 +37,8 @@ class DMSFile:
     'mode'    : '' },
     )
 
-  _categories = ('destination','similar','source','source_project','publication_section')
+  _categories = ('destination','similar','source','source_project','publication_section','classification',
+      'function','group','site')
  
 
 # vim: shiftwidth=2
diff --git a/product/ERP5OOo/PropertySheet/OOoDocument.py b/product/ERP5OOo/PropertySheet/OOoDocument.py
index 9bc1841fe715793cedf27de6991e405dadaca019..e6bc594cc299ec0b1e14bbf81200ab18c957dcc3 100644
--- a/product/ERP5OOo/PropertySheet/OOoDocument.py
+++ b/product/ERP5OOo/PropertySheet/OOoDocument.py
@@ -31,10 +31,6 @@ class OOoDocument:
   """
 
   _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 @@ class OOoDocument:
     'mode'    : ''},
   )
 
-  _categories = ('destination','similar','source','source_project','publication_section')
- 
 
 # vim: shiftwidth=2