[IMP] useability: desactivate menutips by default

bzr revid: fp@tinyerp.com-20120104110226-izfzv94jdh54mum7
This commit is contained in:
Fabien Pinckaers 2012-01-04 12:02:26 +01:00
parent c73da60123
commit 6f293d0ec3
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class users(osv.osv):
'company_id': _get_company,
'company_ids': _get_companies,
'groups_id': _get_group,
'menu_tips':True
'menu_tips': False
}
# User can write to a few of her own fields (but not her groups for example)