[FIX] Fixed sidebar padding problem
[odoo/odoo.git] / addons / account_payment / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index c0579c1..1912dfa
 ##############################################################################
 
 {
-    "name": "Payment Management",
+    "name": "Suppliers Payment Management",
     "version": "1.1",
     "author": "OpenERP SA",
-    "category": "Generic Modules/Payment",
-    "depends": ["account"],
-    "init_xml": [],
+    "category": "Accounting & Finance",
+    'complexity': "easy",
     "description": """
+Module to manage invoice payment.
+=================================
+
 This module provides :
+----------------------
 * a more efficient way to manage invoice payment.
 * a basic mechanism to easily plug various automated payment.
     """,
-    'author': 'OpenERP SA',
-    'depends': ['account_voucher'],
+    'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'],
+    'depends': ['account','account_voucher'],
     'init_xml': [],
     'update_xml': [
         'security/account_payment_security.xml',
@@ -55,4 +58,4 @@ This module provides :
     'active': False,
     'certificate': '0061703998541',
 }
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: