generate css from last commit
[odoo/odoo.git] / addons / account_budget / __openerp__.py
index b023e7e..261f359 100644 (file)
 
 
 {
-    'name': 'Budget Management',
+    'name': 'Budgets Management',
     'version': '1.0',
-    'category': 'Generic Modules/Accounting',
-    'description': """This module allows accountants to manage analytic and crossovered budgets.
+    'category': 'Accounting & Finance',
+    'complexity': "normal",
+    'description': """
+This module allows accountants to manage analytic and crossovered budgets.
+==========================================================================
 
 Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/),
 the Project Managers can set the planned amount on each Analytic Account.
@@ -44,28 +47,27 @@ Three reports are available:
 """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    'images': ['images/budget.jpeg','images/budgetary_position.jpeg'],
     'depends': ['account'],
     'init_xml': [],
     'update_xml': [
         'security/ir.model.access.csv',
         'security/account_budget_security.xml',
-        'wizard/account_budget_spread_view.xml',
-        'crossovered_budget_view.xml',
-        'crossovered_budget_report.xml',
-        'crossovered_budget_workflow.xml',
+        'account_budget_view.xml',
+        'account_budget_report.xml',
+        'account_budget_workflow.xml',
         'wizard/account_budget_analytic_view.xml',
         'wizard/account_budget_report_view.xml',
-        'wizard/account_budget_spread_view.xml',
         'wizard/account_budget_crossovered_summary_report_view.xml',
         'wizard/account_budget_crossovered_report_view.xml',
     ],
-    'demo_xml': ['crossovered_budget_demo.xml'],
+    'demo_xml': ['account_budget_demo.xml'],
     'test':[
             'test/account_budget.yml',
             'test/account_budget_report.yml',
             ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0043819694157',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: