** Description changed:

  There is a problem creating a user with a character that is not in the
- 7-bit ASCII list, For example accented characters in spanish produce the
- problem. You can create the user the problem arises once you try to
- access the form of the user again, the following error appears :
+ 7-bit ASCII list inside the login. For example accented characters in
+ spanish produce the problem. You can create the user the problem arises
+ once you try to access the form of the user again, the following error
+ appears :
  
  ...
  
- File 
"/usr/lib/python2.6/site-packages/openerp-7.0_20130716_231027-py2.6.egg/openerp/addons/auth_signup/res_users.py",
 line 87, in _get_signup_url_for_action res[partner.id] = urljoin(base_url, 
"?%s#%s" % (urlencode(query), urlencode(fragment))) File 
"/usr/lib/python2.6/urllib.py", line 1269, in urlencode v = quote_plus(str(v)) 
+ File 
"/usr/lib/python2.6/site-packages/openerp-7.0_20130716_231027-py2.6.egg/openerp/addons/auth_signup/res_users.py",
 line 87, in _get_signup_url_for_action res[partner.id] = urljoin(base_url, 
"?%s#%s" % (urlencode(query), urlencode(fragment))) File 
"/usr/lib/python2.6/urllib.py", line 1269, in urlencode v = quote_plus(str(v))
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xa1' in position 
0: ordinal not in range(128)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1204725

Title:
  User unicode character in name, shows error when opening form.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openerp-server/+bug/1204725/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to