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 - +