[FIX] account_followup: merged the branch of jco fixing the account_followup module...
[odoo/odoo.git] / addons / account_accountant / __openerp__.py
index 7f9a2a5..980f565 100644 (file)
 #
 ##############################################################################
 {
-    "name" : "Accounting and Finance",
-    "version" : "1.1",
-    "author" : "OpenERP SA",
-    "category": 'Accounting & Finance',
-    "sequence": 10,
-    'complexity': "normal",
-    "description": """
-Accounting Access Rights.
-=========================
+    'name' : 'Accounting and Finance',
+    'version' : '1.1',
+    'author' : 'OpenERP SA',
+    'category': 'Accounting & Finance',
+    'sequence': 10,
+    'summary': 'Financial and Analytic Accounting',
+    'description': """
+Accounting Access Rights
+========================
+It gives the Administrator user access to all accounting features such as journal items and the chart of accounts.
 
-This module gives the admin user the access to all the accounting features
-like the journal items and the chart of accounts.
-
-It assigns manager and user access rights to the Administrator, and only
-user rights to Demo user.
-    """,
+It assigns manager and user access rights to the Administrator and only user rights to the Demo user. 
+""",
     'website': 'http://www.openerp.com',
-    'init_xml': [],
-    "depends" : ["account"],
-    'update_xml': [
+    'depends' : ['account_voucher'],
+    'data': [
         'security/account_security.xml',
         'account_accountant_data.xml'
     ],
-    'demo_xml': ['account_accountant_demo.xml'],
+    'demo': ['account_accountant_demo.xml'],
     'test': [],
     'installable': True,
     'auto_install': False,
     'application': True,
-    'certificate': '00395091383933390541',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: