Amit Parik (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1024626-amp into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1024626 in OpenERP Addons: "portal: url field to short"
  https://bugs.launchpad.net/openobject-addons/+bug/1024626

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1024626-amp/+merge/114975

Hello,

This branch improve the url field size on the portal because url might be more 
then 64 char.

Thanks!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1024626-amp/+merge/114975
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1024626-amp.
=== modified file 'portal/portal.py'
--- portal/portal.py	2012-05-21 14:59:00 +0000
+++ portal/portal.py	2012-07-14 07:24:19 +0000
@@ -37,7 +37,7 @@
         'group_id': fields.many2one('res.groups', required=True, ondelete='cascade',
             string='Group',
             help='The group corresponding to this portal'),
-        'url': fields.char('URL', size=64,
+        'url': fields.char('URL', size=256,
             help="The url where portal users can connect to the server"),
         'home_action_id': fields.many2one('ir.actions.actions',
             string='Home Action',

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to