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

bzr revid: aag@tinyerp.co.in-20110519094346-kpxmy53k83yi5vqm
This commit is contained in:
aag (OpenERP) 2011-05-19 15:13:46 +05:30
parent dc018b5752
commit 0cba9e7e34
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ 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="Where we go if we want another languages ?"),
help="Sets default language for the all user interface, when UI "
"translations are available. If you want to Add new Language, you can add it from 'Load an Official Translation' wizard from 'Administration' menu."),
'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." ),