make the model of menu_action_id more specific (ir.actions.act_window)

bzr revid: rco@openerp.com-20110422094502-31v10hshi31ulpgz
This commit is contained in:
Raphael Collet 2011-04-22 11:45:02 +02:00
parent 3428ee4450
commit fb809c78e4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class portal(osv.osv):
'portal_group_rel', 'portal_id', 'group_id',
string='Other User Groups',
help=_("Those groups are assigned to the portal's users")),
'menu_action_id': fields.many2one('ir.actions.actions', readonly=True,
'menu_action_id': fields.many2one('ir.actions.act_window', readonly=True,
# ISSUE: 'ondelete' constraints do not seem effective on this field...
string='Menu Action',
help=_("If set, replaces the standard menu for the portal's users")),