← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 851775] [NEW] project issue - can't assign to user

 

Public bug reported:

openobject-addons/6.0 revno 4828

Steps:

 - Install project_issue
 - Create a new issue and close the form
 - 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

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP Publisher's Warranty Team (openerp-opw)
         Status: Confirmed

** Description changed:

  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
+  - Install project_issue
+  - Create a new issue and close the form
+  - 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))
+   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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/851775

Title:
  project issue - can't assign to user

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  openobject-addons/6.0 revno 4828

  Steps:

   - Install project_issue
   - Create a new issue and close the form
   - 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/851775/+subscriptions


Follow ups

References