document what seems like a bug

bzr revid: rco@openerp.com-20110422093704-5cl094pmm82kbbx6
This commit is contained in:
Raphael Collet 2011-04-22 11:37:04 +02:00
parent 238023a80c
commit 3428ee4450
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class portal(osv.osv):
string='Other User Groups',
help=_("Those groups are assigned to the portal's users")),
'menu_action_id': fields.many2one('ir.actions.actions', 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")),
'parent_menu_id': fields.many2one('ir.ui.menu', ondelete='restrict',