[FIX] account_voucher: fixed error in yaml test
[odoo/odoo.git] / addons / document_ftp / __openerp__.py
index a2b88d0..499a928 100644 (file)
 
 
 {
-    'name': 'Integrated FTP Server with Document Management System',
+    'name': 'Shared Repositories (FTP)',
     'version': '1.99',
-    'category': 'Generic Modules/Others',
-    'description': """This is a support FTP Interface with document management system.
-    With this module you would not only be able to access documents through open erp
-    but you would also be able to connect with them through the file system using the FTP protocol.
+    'category': 'Knowledge Management',
+    'complexity': "normal",
+    'description': """
+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.
 """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['base', 'document'],
     'init_xml': [],
     'update_xml': [
-        'wizard/ftp_configuration_view.xml',  
-        'wizard/ftp_browse_view.xml',        
+        'wizard/ftp_configuration_view.xml',
+        'wizard/ftp_browse_view.xml',
         'security/ir.model.access.csv'
     ],
     'demo_xml': [],
     'test': [
-        'test/document_ftp_test.yml',
+        'test/document_ftp_test2.yml',
+        'test/document_ftp_test4.yml',
     ],
     'installable': True,
     'active': False,
-    'certificate': None,
+    '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: