[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
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-04-26 15:59:42 +05:30
parent a0a009beed
commit d5b91d4fde
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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'

View File

@ -17,6 +17,6 @@
<record id="group_analytic_accounting" model="res.groups">
<field name="name">Analytic Accounting</field>
<field name="category_id" ref="base.module_category_usability"/>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</data></openerp>