← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hello,

It has been fixed in this branch : https://code.launchpad.net/~openerp-dev/openobject-client/6.0-bug-851775-ado 
with revision-id : ado@xxxxxxxxxxx-20110920103934-j9xcn8y9vl314ro0 and revision-no : 1896

It will soon merge with stable branch.

One more thing, User is related field with Task. So Whatever User, you
will assign for the task, It will be automatically set in "Assigned to"
field of Issue.

Thanks,
Amit

-- 
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 GTK Client:
  Fix Committed

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-client/+bug/851775/+subscriptions


References