[FIX] Fixed sidebar padding problem
[odoo/odoo.git] / addons / account_payment / __openerp__.py
index 9bb04b9..1912dfa 100644 (file)
 #
 ##############################################################################
 
-
 {
-    "name": "Payment Management",
+    "name": "Suppliers Payment Management",
     "version": "1.1",
-    "author": "Tiny",
-    "category": "Generic Modules/Payment",
-    "depends": ["account"],
-    "init_xml": [],
+    "author": "OpenERP SA",
+    "category": "Accounting & Finance",
+    'complexity': "easy",
     "description": """
-    This module provide :
-    * 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': 'Tiny',
-    'depends': ['account'],
+    'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'],
+    'depends': ['account','account_voucher'],
     'init_xml': [],
     'update_xml': [
         'security/account_payment_security.xml',
         'security/ir.model.access.csv',
-        'payment_wizard.xml',
+        'wizard/account_payment_pay_view.xml',
+        'wizard/account_payment_populate_statement_view.xml',
         'wizard/account_payment_create_order_view.xml',
-        'payment_view.xml',
-        'payment_workflow.xml',
-        'payment_sequence.xml',
+        'account_payment_view.xml',
+        'account_payment_workflow.xml',
+        'account_payment_sequence.xml',
         'account_invoice_view.xml',
-        'payment_report.xml',
+        'account_payment_report.xml',
+    ],
+    'demo_xml': ['account_payment_demo.xml'],
+    'test': [
+             'test/account_payment.yml',
+             'test/account_payment_report.yml'
     ],
-    'demo_xml': [],
     'installable': True,
     'active': False,
     'certificate': '0061703998541',