From 6036184f115188ca3bcd093743f78d1376f74113 Mon Sep 17 00:00:00 2001 From: "Kirti Savalia (OpenERP)" Date: Tue, 29 Nov 2011 14:58:17 +0530 Subject: [PATCH] [FIX]: missleading help text lp bug: https://launchpad.net/bugs/897556 fixed bzr revid: ksa@tinyerp.com-20111129092817-m8xcsixxofqh2nhf --- addons/portal/portal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/portal/portal.py b/addons/portal/portal.py index de39944e69f..3966e193c10 100644 --- a/addons/portal/portal.py +++ b/addons/portal/portal.py @@ -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,