[FIX] account_voucher: fixed error in yaml test
[odoo/odoo.git] / addons / document_ftp / __openerp__.py
index 3beb34c..499a928 100644 (file)
 
 
 {
-    'name': 'Integrated FTP Server with Document Management System',
+    'name': 'Shared Repositories (FTP)',
     'version': '1.99',
-    'category': 'Generic Modules/Others',
+    'category': 'Knowledge Management',
+    'complexity': "normal",
     'description': """
-    This is a support FTP Interface with document management system.
-    ================================================================
+This is a support FTP Interface with document management system.
+================================================================
 
-    With this module you would not only be able to access documents through OpenERP
-    but you would also be able to connect with them through the file system using the
-    FTP client.
+With this module you would not only be able to access documents through OpenERP
+but you would also be able to connect with them through the file system using the
+FTP client.
 """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
@@ -50,6 +51,7 @@
     'active': False,
     'certificate': '00934787762705016005',
     'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'],
+    'post_load': 'post_load',
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: