From d5b91d4fdeaaf7e2d168640c055fc70e8c177241 Mon Sep 17 00:00:00 2001 From: "Jagdish Panchal (Open ERP)" Date: Thu, 26 Apr 2012 15:59:42 +0530 Subject: [PATCH] [IMP] Rename Budgets Management to Budget Management in account config wizard, change depends of account_accountant module and put Analytic Accounting group from Usability to Hidden group in user form bzr revid: jap@tinyerp.com-20120426102942-gkyl87lp6gpfq53x --- addons/account/res_config.py | 2 +- addons/account_accountant/__openerp__.py | 2 +- addons/analytic/security/analytic_security.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/account/res_config.py b/addons/account/res_config.py index f17c445e301..9be969ace8a 100644 --- a/addons/account/res_config.py +++ b/addons/account/res_config.py @@ -85,7 +85,7 @@ class account_config_settings(osv.osv_memory): It keeps track of the depreciation occurred on those assets, and creates account move for those depreciation lines. This installs the module account_asset. If you do not check this box, you will be able to do Invoicing & Payments, but not accounting (Journal Items, Chart of Accounts, ...) """), - 'module_account_budget': fields.boolean('Budgets Management', + 'module_account_budget': fields.boolean('Budget Management', help="""This allows accountants to manage analytic and crossovered budgets. Once the master budgets and the budgets are defined, the project managers can set the planned amount on each analytic account. diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index 7f9a2a5900c..915d72a15f8 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -37,7 +37,7 @@ user rights to Demo user. """, 'website': 'http://www.openerp.com', 'init_xml': [], - "depends" : ["account"], + "depends" : ["account_voucher"], 'update_xml': [ 'security/account_security.xml', 'account_accountant_data.xml' diff --git a/addons/analytic/security/analytic_security.xml b/addons/analytic/security/analytic_security.xml index 69c1a069502..a8c43b0bbb7 100644 --- a/addons/analytic/security/analytic_security.xml +++ b/addons/analytic/security/analytic_security.xml @@ -17,6 +17,6 @@ Analytic Accounting - +