c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06422
[Bug 684616] Re: Sale order line, onchange_product_id unicode problem
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/684616
Title:
Sale order line, onchange_product_id unicode problem
Status in OpenObject Addons Modules:
Confirmed
Bug description:
I'm testing openobject-addons revision 3954.
addons/sale.py line 1060 on product_id_change method :
warn_msg = warn_msg + "\n\n" + _("EAN: ") + str(ean) + _(" Quantity: ") + str(qty_pack) + _(" Type of ul: ") + str(type_ul.name)
if type_ul.name is unicode text then getting UnicodeEncodeError.
References