Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-client-web/6.0-opw-55168-msh into 
lp:openobject-client-web.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-55168-msh/+merge/91802

Hello,

Fixed the issue of cherrypy version, the version of cherrypy > 3.1.2 is causing 
following problem.

Just run populate.sh which will install latest version cherrypy due to which 
following issue is faced.

Issue - 1 create group by of any list view and try to expan the groups.

Issue - 2 Go to HR -> Employee -> edit any employee -> change the photo -> save 
it, binary data will not be saved.

Fixed the issue to make fix cherrypy less than 3.1.2, if we use cherrypy <= 
3.1.2 then it works smoothly, cherrypy greater than 3.1.2 creates many problems.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-55168-msh/+merge/91802
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client-web/6.0-opw-55168-msh.
=== modified file 'lib/populate.sh'
--- lib/populate.sh	2009-11-06 12:53:43 +0000
+++ lib/populate.sh	2012-02-07 12:02:21 +0000
@@ -6,7 +6,7 @@
     test $2 || PYTHONPATH=. easy_install -a -Z -d . $1
 }
 
-install "CherryPy>=3.1.2" "-d cherrypy"
+install "CherryPy<=3.1.2" "-d cherrypy"
 install "Babel>=0.9.4" "-d babel"
 install "Mako>=0.2.4" "-d mako"
 install "simplejson>=2.0.9" "-d simplejson"

_______________________________________________
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