[FIX] account_voucher: fixed error in yaml test
[odoo/odoo.git] / addons / document_ftp / __openerp__.py
index dc0c9fa..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.
 ================================================================
@@ -50,6 +51,7 @@ FTP client.
     '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: