generate css from last commit
[odoo/odoo.git] / addons / account_budget / __openerp__.py
index 36f0bc1..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 defined (in Financial
-Management/Budgets/), the Project Managers can set the planned amount on each
-Analytic Account.
+Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/),
+the Project Managers can set the planned amount on each Analytic Account.
 
 The accountant has the possibility to see the total of amount planned for each
 Budget and Master Budget in order to ensure the total planned is not
@@ -43,27 +45,29 @@ Three reports are available:
     3. The last one is available from the Analytic Chart of Accounts. It gives the spreading, for the selected Analytic Accounts, of the Master Budgets per Budgets.
 
 """,
-    'author': 'Tiny',
+    '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',
-        'account_budget_wizard.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: