From 2574f27dc3c52ace1cd9aabba020262b0df620c4 Mon Sep 17 00:00:00 2001 From: "mayur maheshwari (Open ERP)" Date: Thu, 16 Jun 2011 17:24:20 +0530 Subject: [PATCH] [IMP]base:Improvement is Done in tooltip bzr revid: mma@tinyerp.com-20110616115420-uvj3lx121f049bql --- openerp/addons/base/res/res_user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openerp/addons/base/res/res_user.py b/openerp/addons/base/res/res_user.py index db180ed6de6..6b8662ef0e7 100644 --- a/openerp/addons/base/res/res_user.py +++ b/openerp/addons/base/res/res_user.py @@ -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: \ No newline at end of file +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: