[IMP] improve comments

bzr revid: rco@openerp.com-20110420141717-a4vraqd6wc2be9mx
This commit is contained in:
Raphael Collet 2011-04-20 16:17:17 +02:00
parent 1a29e6c9d6
commit 973feed5bc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class portal(osv.osv):
help=_('The group extended by this portal')),
'menu_action_id': fields.many2one('ir.actions.actions', readonly=True,
string='Menu Action',
help=_("What replaces the standard menu for the portal's users")),
help=_("If set, replaces the standard menu for the portal's users")),
'parent_menu_id': fields.many2one('ir.ui.menu',
string='Parent Menu',
help=_('The menu action opens the submenus of this menu item')),