c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12816
[Bug 703863] [NEW] convert_date_format_in_domain error
Public bug reported:
version 6.0-dev on Ubuntu10.10
This error appears after clicking Purchase in the horizontal main menu.
[17/Jan/2011:11:22:56] Error in convert_date_format_in_domain:
Traceback (most recent call last):
File "/home/amosoviedo/openerp6/openobject-client-web/openobject/i18n/format.py", line 214, in convert_date_format_in_domain
return _convert_date_format_in_domain(domain, fields, context)
File "/home/amosoviedo/openerp6/openobject-client-web/openobject/i18n/format.py", line 279, in _convert_date_format_in_domain
val = DT.datetime.strptime( DT.datetime.strptime(val, server_dformat).strftime(user_dformat), user_dformat).strftime(server_dformat)
TypeError: strptime() argument 1 must be string, not bool
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/703863
Title:
convert_date_format_in_domain error
Status in OpenObject Web Client:
New
Bug description:
version 6.0-dev on Ubuntu10.10
This error appears after clicking Purchase in the horizontal main
menu.
[17/Jan/2011:11:22:56] Error in convert_date_format_in_domain:
Traceback (most recent call last):
File "/home/amosoviedo/openerp6/openobject-client-web/openobject/i18n/format.py", line 214, in convert_date_format_in_domain
return _convert_date_format_in_domain(domain, fields, context)
File "/home/amosoviedo/openerp6/openobject-client-web/openobject/i18n/format.py", line 279, in _convert_date_format_in_domain
val = DT.datetime.strptime( DT.datetime.strptime(val, server_dformat).strftime(user_dformat), user_dformat).strftime(server_dformat)
TypeError: strptime() argument 1 must be string, not bool
Follow ups
References