Phong Nguyen-Thanh has proposed merging 
lp:~phong-nguyen-thanh/openobject-client/bug+675826 into lp:openobject-client.

Requested reviews:
  OpenERP sa GTK client R&D (openerp-dev-gtk)
Related bugs:
  Bug #675826 in OpenERP GTK Client: "AttributeError: 'bool' object has no 
attribute 'upper'"
  https://bugs.launchpad.net/openobject-client/+bug/675826

For more details, see:
https://code.launchpad.net/~phong-nguyen-thanh/openobject-client/bug+675826/+merge/54619

Please review and give feedback

Fix client crashes as described in 
https://bugs.launchpad.net/openobject-client/+bug/675826


-- 
https://code.launchpad.net/~phong-nguyen-thanh/openobject-client/bug+675826/+merge/54619
Your team OpenERP sa GTK client R&D is requested to review the proposed merge 
of lp:~phong-nguyen-thanh/openobject-client/bug+675826 into 
lp:openobject-client.
=== modified file 'bin/rpc.py'
--- bin/rpc.py	2011-01-06 09:49:16 +0000
+++ bin/rpc.py	2011-03-23 22:31:30 +0000
@@ -331,7 +331,7 @@
             self.timezone = self.rpc_exec_auth('/common', 'timezone_get')
             try:
                 import pytz
-                pytz.timezone(self.timezone)
+                pytz.timezone(str(self.timezone))
             except pytz.UnknownTimeZoneError:
                 # Server timezone is not recognized!
                 # Time values will be displayed as if located in the server timezone. (nothing we can do)

_______________________________________________
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