[FIX]: missleading help text
authorKirti Savalia (OpenERP) <ksa@tinyerp.com>
Tue, 29 Nov 2011 09:28:17 +0000 (14:58 +0530)
committerKirti Savalia (OpenERP) <ksa@tinyerp.com>
Tue, 29 Nov 2011 09:28:17 +0000 (14:58 +0530)
lp bug: https://launchpad.net/bugs/897556 fixed

bzr revid: ksa@tinyerp.com-20111129092817-m8xcsixxofqh2nhf

addons/portal/portal.py

index de39944..3966e19 100644 (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,