[IMP]base:Improvement is Done in tooltip

bzr revid: mma@tinyerp.com-20110616115420-uvj3lx121f049bql
This commit is contained in:
mayur maheshwari (Open ERP) 2011-06-16 17:24:20 +05:30
parent b29a5570ef
commit 2574f27dc3
1 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ class users(osv.osv):
"between the server and the client."),
'view': fields.function(_get_interface_type, method=True, type='selection', fnct_inv=_set_interface_type,
selection=[('simple','Simplified'),('extended','Extended')],
string='Interface', help="Choose between the simplified interface and the extended one"),
string='Interface', help="If you use OpenERP for the first time we strongly advise you to select the simplified interface, which has less features but is easier. You can always switch later from the default users preferences."),
'user_email': fields.function(_email_get, method=True, fnct_inv=_email_set, string='Email', type="char", size=240),
'menu_tips': fields.boolean('Menu Tips', help="Check out this box if you want to always display tips on each menu action"),
'date': fields.datetime('Last Connection', readonly=True),
@ -552,4 +552,4 @@ class res_config_view(osv.osv_memory):
res_config_view()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: