[IMP]Update tooltips in settings for boolean fields

bzr revid: hsa@tinyerp.com-20121123132259-ti1hgy22ysnw1mxo
This commit is contained in:
Hardik 2012-11-23 18:52:59 +05:30
parent b5a0489979
commit ccf76a1e5f
9 changed files with 70 additions and 70 deletions

View File

@ -91,8 +91,8 @@ class account_config_settings(osv.osv_memory):
but not accounting (Journal Items, Chart of Accounts, ...)"""),
'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.
Once the master budgets and the budgets are defined, the project managers
can set the planned amount on each analytic account.
This installs the module account_budget."""),
'module_account_payment': fields.boolean('Manage payment orders',
help="""This allows you to create and manage your payment orders, with purposes to

View File

@ -6,7 +6,7 @@
<field name="model">knowledge.config.settings</field>
<field name="inherit_id" ref="knowledge.view_knowledge_configuration"/>
<field name="arch" type="xml">
<field name="module_document_ftp" position="after">
<field name="module_document_ftp" position="before">
<field name="document_ftp_url" widget="url"/>
</field>
</field>