generate css from last commit
[odoo/odoo.git] / addons / account_budget / __openerp__.py
index 889935e..261f359 100644 (file)
@@ -21,7 +21,7 @@
 
 
 {
-    'name': 'Budget Management',
+    'name': 'Budgets Management',
     'version': '1.0',
     'category': 'Accounting & Finance',
     'complexity': "normal",
@@ -67,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: