c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10711
[Bug 697142] [NEW] Unicode encoding problem on stock module
Public bug reported:
addons/stock/stock.py", line 1778, in _create_chained_picking
'origin': str(picking.origin or '')
if picking.origin have unicode text then getting errors.
** 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/697142
Title:
Unicode encoding problem on stock module
Status in OpenObject Addons Modules:
New
Bug description:
addons/stock/stock.py", line 1778, in _create_chained_picking
'origin': str(picking.origin or '')
if picking.origin have unicode text then getting errors.
Follow ups
References