[ADD]crm_channel: portal, Im not interested button go to next lead or to list if...
[odoo/odoo.git] / addons / account_cancel / __openerp__.py
index 6c6cc60..468840c 100644 (file)
 ##############################################################################
 
 {
-    "name" : "Account Cancel",
-    "version" : "1.1",
-    "author" : "OpenERP SA",
-    "category": 'Generic Modules/Accounting',
-    "description": """
-    Module adds 'Allow cancelling entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices.
+    'name': 'Cancel Journal Entries',
+    'version': '1.1',
+    'author': 'OpenERP SA',
+    'category': 'Accounting & Finance',
+    'description': """
+Allows canceling accounting entries.
+====================================
+
+This module adds 'Allow Canceling Entries' field on form view of account journal.
+If set to true it allows user to cancel entries & invoices.
     """,
     'website': 'http://www.openerp.com',
-    "depends" : ["account"],
-    'init_xml': [],
-    'update_xml': ['account_cancel_view.xml' ],
-    'demo_xml': [],
+    'images': ['images/account_cancel.jpeg'],
+    'depends' : ['account'],
+    'data': ['account_cancel_view.xml' ],
+    'demo': [],
     'installable': True,
-    'active': False,
-    "certificate" : "001101250473177981989",
-
-
+    'auto_install': False,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: