Activity log for bug #707809

Date Who What changed Old value New value Message
2011-01-26 05:12:31 mrshelly bug added bug
2011-01-26 05:13:27 mrshelly description in stock module line 87.. inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + str(res_original.name)}, context=context) I got the "UnicodeEncodeError" exception. and I fixed it with: inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + res_original.name}, context=context) in stock module line 87..(addons\stock\wizard\stock_change_product_qty.py", line 87) inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + str(res_original.name)}, context=context) I got the "UnicodeEncodeError" exception. and I fixed it with: inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + res_original.name}, context=context)
2011-01-26 05:14:21 mrshelly description in stock module line 87..(addons\stock\wizard\stock_change_product_qty.py", line 87) inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + str(res_original.name)}, context=context) I got the "UnicodeEncodeError" exception. and I fixed it with: inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + res_original.name}, context=context) in stock module line 87..(addons\stock\wizard\stock_change_product_qty.py", line 87 OE server 6.0.1 windows all in one.) inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + str(res_original.name)}, context=context) I got the "UnicodeEncodeError" exception. and I fixed it with: inventory_id = inventry_obj.create(cr , uid, {'name': _('INV: ') + res_original.name}, context=context)
2011-01-27 11:02:32 Azazahmed Saiyed (OpenERP) openobject-addons: importance Undecided Low
2011-01-27 11:02:32 Azazahmed Saiyed (OpenERP) openobject-addons: status New Confirmed
2011-01-27 11:02:32 Azazahmed Saiyed (OpenERP) openobject-addons: assignee OpenERP R&D Addons Team 2 (openerp-dev-addons2)
2011-01-27 11:29:40 Rohan Nayani(Open ERP) openobject-addons: status Confirmed In Progress
2011-01-27 11:48:32 Launchpad Janitor branch linked lp:~openerp-dev/openobject-addons/ron-dev-addons2
2011-01-27 11:50:54 Rohan Nayani(Open ERP) openobject-addons: status In Progress Fix Committed
2011-01-28 05:16:21 Rucha (Open ERP) openobject-addons: status Fix Committed Fix Released
2011-02-10 17:07:59 Jay Vora (Serpent Consulting Services) tags maintenance
2011-02-10 17:10:41 Jay Vora (Serpent Consulting Services) openobject-addons: milestone 6.0.2