[FIX] account_followup: merged the branch of jco fixing the account_followup module...
[odoo/odoo.git] / addons / account_accountant / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index 41dc6c1..980f565
 #
 ##############################################################################
 {
-    "name" : "Accountant",
-    "version" : "1.1",
-    "author" : "OpenERP SA",
-    "category": 'Generic Modules/Accounting',
-    "description": """
-This module gives the admin user the access to all the accounting features like the journal
-items and the chart of accounts.
-    """,
+    '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.
+
+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,
-    'active': False,
-    'certificate': '',
+    'auto_install': False,
+    'application': True,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: