[FIX]: missleading help text

lp bug: https://launchpad.net/bugs/897556 fixed

bzr revid: ksa@tinyerp.com-20111129092817-m8xcsixxofqh2nhf
This commit is contained in:
Kirti Savalia (OpenERP) 2011-11-29 14:58:17 +05:30
parent aaec013f9e
commit 6036184f11
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class portal(osv.osv):
_columns = {
'group_id': fields.many2one('res.groups', required=True, ondelete='cascade',
string='Group',
help='The group extended by this portal'),
help='The group connected to this portal'),
'url': fields.char('URL', size=64,
help="The url where portal users can connect to the server"),
'menu_action_id': fields.many2one('ir.actions.act_window', readonly=True,