generate css from last commit
[odoo/odoo.git] / addons / account_budget / __openerp__.py
index b9f972f..261f359 100644 (file)
 
 
 {
-    'name': 'Budget Management',
+    'name': 'Budgets Management',
     'version': '1.0',
-    'category': 'Finance',
+    'category': 'Accounting & Finance',
+    'complexity': "normal",
     'description': """
 This module allows accountants to manage analytic and crossovered budgets.
 ==========================================================================
@@ -66,7 +67,7 @@ Three reports are available:
             'test/account_budget_report.yml',
             ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0043819694157',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: