[FIX] Fixed sidebar padding problem
[odoo/odoo.git] / addons / account_payment / __openerp__.py
index ff84c89..1912dfa 100644 (file)
 #
 ##############################################################################
 
-
 {
-    "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": """
-    This module provides :
-    * a more efficient way to manage invoice payment.
-    * a basic mechanism to easily plug various automated payment.
+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',
@@ -49,7 +51,7 @@
     ],
     'demo_xml': ['account_payment_demo.xml'],
     'test': [
-             'test/account_payment.yml'
+             'test/account_payment.yml',
              'test/account_payment_report.yml'
     ],
     'installable': True,