c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02701
[Bug 670914] [NEW] [6.0] Error when a task is delegated if task's name have an accent
Public bug reported:
/project_task_delegate.py", line 106, in delegate
task_pool.do_delegate(cr, uid, task_id, delegate_data, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/project/project.py", line 654, in do_delegate
message = _("The task '%s' has been delegated to %s.") % (delegate_data['name'], delegate_user.name)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
** Affects: openobject-addons
Importance: Undecided
Status: New
** Tags: 6.0
--
[6.0] Error when a task is delegated if task's name have an accent
https://bugs.launchpad.net/bugs/670914
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
/project_task_delegate.py", line 106, in delegate
task_pool.do_delegate(cr, uid, task_id, delegate_data, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/project/project.py", line 654, in do_delegate
message = _("The task '%s' has been delegated to %s.") % (delegate_data['name'], delegate_user.name)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
Follow ups
References