Comment 0 for bug 851775

Revision history for this message
Lorenzo Battistini (elbati) wrote :

openobject-addons/6.0 revno 4828

Steps:

 - Install project_issue
 - Create a new issue and close it
 - Open the issue and try to assign it to an user. Save

The user isn't saved.

GTK client says:

Traceback (most recent call last):
  File "/home/elbati/workspace/openerp/openerp6/client/bin/widget/view/form_gtk/spinbutton.py", line 54, in format_input
    value = user_locale_format.str2int(text)
  File "/home/elbati/workspace/openerp/openerp6/client/bin/tools/user_locale_format.py", line 204, in str2int
    return str2float(string, int)
  File "/home/elbati/workspace/openerp/openerp6/client/bin/tools/user_locale_format.py", line 226, in str2float
    raise ValueError("%r does not represent a valid %s value" % (string,type))
ValueError: u'0.00' does not represent a valid integer value