c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04421
[Bug 675826] [NEW] AttributeError: 'bool' object has no attribute 'upper'
Public bug reported:
~/Documents/Projects/openerp-trunk/client$ bin/openerp-client.py --sync
Traceback (most recent call last):
File "bin/openerp-client.py", line 133, in <module>
win.sig_login()
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/modules/gui/main.py", line 1020, in sig_login
log_response = rpc.session.login(*res)
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 253, in login
self.context_reload()~/Documents/Projects/openerp-trunk/client$ bin/openerp-client.py --sync
Traceback (most recent call last):
File "bin/openerp-client.py", line 133, in <module>
win.sig_login()
File "/Documents/Projects/openerp-trunk/client/bin/modules/gui/main.py", line 1020, in sig_login
log_response = rpc.session.login(*res)
File "/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 253, in login
self.context_reload()
File "/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 331, in context_reload
pytz.timezone(self.timezone)
File "/usr/lib/python2.6/dist-packages/pytz/__init__.py", line 138, in timezone
if zone.upper() == 'UTC':
AttributeError: 'bool' object has no attribute 'upper'
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 331, in context_reload
pytz.timezone(self.timezone)
File "/usr/lib/python2.6/dist-packages/pytz/__init__.py", line 138, in timezone
if zone.upper() == 'UTC':
AttributeError: 'bool' object has no attribute 'upper'
Information related to repository and revision
~/Documents/Projects/openerp-trunk/client$ bzr info
Standalone tree (format: 2a)
Location:
branch root: .
Related branches:
parent branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/
~/Documents/Projects/openerp-trunk/client$ bzr log -l 1 -v
------------------------------------------------------------
revno: 1684
committer: nch@xxxxxxxxxxx
branch nick: trunk
timestamp: Fri 2010-11-12 17:04:29 +0530
message:
[FIX]:IndexError: list index out of range when configuration wizards fails and user presses skip button
modified:
bin/widget/model/field.py
** Affects: openobject-client
Importance: Undecided
Status: New
--
AttributeError: 'bool' object has no attribute 'upper'
https://bugs.launchpad.net/bugs/675826
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: New
Bug description:
~/Documents/Projects/openerp-trunk/client$ bin/openerp-client.py --sync
Traceback (most recent call last):
File "bin/openerp-client.py", line 133, in <module>
win.sig_login()
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/modules/gui/main.py", line 1020, in sig_login
log_response = rpc.session.login(*res)
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 253, in login
self.context_reload()~/Documents/Projects/openerp-trunk/client$ bin/openerp-client.py --sync
Traceback (most recent call last):
File "bin/openerp-client.py", line 133, in <module>
win.sig_login()
File "/Documents/Projects/openerp-trunk/client/bin/modules/gui/main.py", line 1020, in sig_login
log_response = rpc.session.login(*res)
File "/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 253, in login
self.context_reload()
File "/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 331, in context_reload
pytz.timezone(self.timezone)
File "/usr/lib/python2.6/dist-packages/pytz/__init__.py", line 138, in timezone
if zone.upper() == 'UTC':
AttributeError: 'bool' object has no attribute 'upper'
File "/home/phongnt/Documents/Projects/openerp-trunk/client/bin/rpc.py", line 331, in context_reload
pytz.timezone(self.timezone)
File "/usr/lib/python2.6/dist-packages/pytz/__init__.py", line 138, in timezone
if zone.upper() == 'UTC':
AttributeError: 'bool' object has no attribute 'upper'
Information related to repository and revision
~/Documents/Projects/openerp-trunk/client$ bzr info
Standalone tree (format: 2a)
Location:
branch root: .
Related branches:
parent branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/
~/Documents/Projects/openerp-trunk/client$ bzr log -l 1 -v
------------------------------------------------------------
revno: 1684
committer: nch@xxxxxxxxxxx
branch nick: trunk
timestamp: Fri 2010-11-12 17:04:29 +0530
message:
[FIX]:IndexError: list index out of range when configuration wizards fails and user presses skip button
modified:
bin/widget/model/field.py
Follow ups
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Vo Minh Thu (OpenERP), 2011-05-09
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Olivier Dony (OpenERP), 2011-05-06
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Naresh(OpenERP), 2011-05-05
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Naresh(OpenERP), 2011-05-05
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Launchpad Bug Tracker, 2011-05-05
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen-Thanh, 2011-04-23
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Naresh(OpenERP), 2011-04-08
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen-Thanh, 2011-04-03
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2011-01-03
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: DBR (OpenERP), 2010-12-24
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-12-23
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: nch(OpenERP), 2010-12-07
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Norman, 2010-11-23
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-23
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Jay (OpenERP), 2010-11-20
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-20
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Jay (OpenERP), 2010-11-19
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Jay (OpenERP), 2010-11-19
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-19
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-19
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-18
-
[Bug 675826] Re: AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-16
-
[Bug 675826] [NEW] AttributeError: 'bool' object has no attribute 'upper'
From: Phong Nguyen, 2010-11-16
References