Launchpad automatic translations update.
[odoo/odoo.git] / addons / account_payment / __openerp__.py
index 00b04f3..e368623 100644 (file)
 ##############################################################################
 
 {
-    "name": "Payment Management",
+    "name": "Suppliers Payment Management",
     "version": "1.1",
     "author": "OpenERP SA",
-    "category": "Finance",
+    "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.
     """,
+    'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'],
     'depends': ['account','account_voucher'],
     'init_xml': [],
     'update_xml': [
@@ -45,8 +51,10 @@ This module provides :
     ],
     'demo_xml': ['account_payment_demo.xml'],
     'test': [
-             'test/account_payment.yml',
-             'test/account_payment_report.yml'
+        'test/account_payment_demo.yml',
+        'test/cancel_payment_order.yml',
+        'test/payment_order_process.yml',
+        'test/account_payment_report.yml',
     ],
     'installable': True,
     'active': False,