[FIX] account_followup: merged the branch of jco fixing the account_followup module...
[odoo/odoo.git] / addons / account_accountant / __openerp__.py
index ea4d788..980f565 100644 (file)
     'sequence': 10,
     'summary': 'Financial and Analytic Accounting',
     'description': """
-Accounting Access Rights.
-=========================
+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',
     'depends' : ['account_voucher'],
     'data': [
@@ -46,6 +43,5 @@ user rights to Demo user.
     'installable': True,
     'auto_install': False,
     'application': True,
-    'certificate': '00395091383933390541',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: