Nehal Panchal (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-578009-nep into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
  Nehal Panchal (OpenERP) (nep-openerp)
Related bugs:
  Bug #1035868 in OpenERP Addons: "Notes field of sale order lines should be in 
partner language"
  https://bugs.launchpad.net/openobject-addons/+bug/1035868

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-578009-nep/+merge/119473

Hello,

Notes field of sale order lines is not being translated in customer's language. 

This fixes the issue.

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-578009-nep/+merge/119473
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-578009-nep.
=== modified file 'sale/sale.py'
--- sale/sale.py	2012-10-09 12:16:14 +0000
+++ sale/sale.py	2012-10-25 11:36:23 +0000
@@ -1221,7 +1221,7 @@
         res = self.product_packaging_change(cr, uid, ids, pricelist, product, qty, uom, partner_id, packaging, context=context)
         result = res.get('value', {})
         warning_msgs = res.get('warning') and res['warning']['message'] or ''
-        product_obj = product_obj.browse(cr, uid, product, context=context)
+        product_obj = product_obj.browse(cr, uid, product, context=context_partner)
 
         uom2 = False
         if uom:

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to