c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06386
[Bug 684616] [NEW] Sale order line, onchange_product_id unicode problem
Public bug reported:
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.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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:
New
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.
Follow ups
-
[Bug 684616] Re: Sale order line, onchange_product_id unicode problem
From: xrg, 2010-12-09
-
[Bug 684616] Re: Sale order line, onchange_product_id unicode problem
From: mtr(OpenERP), 2010-12-09
-
Re: [Bug 684616] [NEW] Sale order line, onchange_product_id unicode problem
From: xrg, 2010-12-04
-
[Bug 684616] Re: Sale order line, onchange_product_id unicode problem
From: vra (openerp), 2010-12-03
-
[Bug 684616] [NEW] Sale order line, onchange_product_id unicode problem
From: Jacara, 2010-12-03
References