Launchpad automatic translations update.
[odoo/odoo.git] / addons / account_payment / __openerp__.py
index be0ca2a..e368623 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',
     ],
     '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,