UnicodeEncodeError in addons\stock\wizard\stock_change_product_qty.py
Bug #707809 reported by
mrshelly
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP R&D Addons Team 2 |
Bug Description
in stock module line 87..(addons\
inventory_id = inventry_
I got the "UnicodeEncodeE
and I fixed it with:
inventory_id = inventry_
Related branches
lp://staging/~openerp-dev/openobject-addons/ron-dev-addons2
- OpenERP Core Team: Pending requested
-
Diff: 54 lines (+9/-3)2 files modifiedmrp_operations/mrp_operations.py (+8/-2)
product/product.py (+1/-1)
description: | updated |
description: | updated |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hello,
When we save the product with the name consists of Unicode character and executes the wizard, the traceback comes and wizard is not executed.
Thanks.