[FIX] Removed default for home action.

bzr revid: vda@tinyerp.com-20100930081609-5s4udd31is38ra9z
This commit is contained in:
vda (Open ERP) 2010-09-30 13:46:09 +05:30
parent 77c3f0abbf
commit ac7ec1748c
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ class users(osv.osv):
'context_lang': lambda *args: 'en_US',
'active' : lambda *a: True,
'menu_id': _get_menu,
'action_id': _get_menu,
'company_id': _get_company,
'company_ids': _get_companies,
'groups_id': _get_group,