[IMP]Base_setup : Add tooltip to language Define default users preferences

bzr revid: aag@tinyerp.co.in-20110519091019-jhu0c9hxxdguogc6
This commit is contained in:
aag (OpenERP) 2011-05-19 14:40:19 +05:30
parent 3da3d56706
commit dc018b5752
1 changed files with 1 additions and 2 deletions

View File

@ -207,8 +207,7 @@ class user_preferences_config(osv.osv_memory):
help="Set default for new user's timezone, used to perform timezone conversions "
"between the server and the client."),
'context_lang': fields.selection(_lang_get, 'Language', required=True,
help="Sets default language for the new user's user interface, when UI "
"translations are available"),
help="Where we go if we want another languages ?"),
'view': fields.selection([('simple','Simplified'),
('extended','Extended')],
'Interface', required=True, 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 user preferences." ),