[FIX] product.copy(): do it in en_US:
authorVo Minh Thu <vmt@openerp.com>
Tue, 14 Feb 2012 14:34:20 +0000 (15:34 +0100)
committerVo Minh Thu <vmt@openerp.com>
Tue, 14 Feb 2012 14:34:20 +0000 (15:34 +0100)
commit93f14f91354f28ba9b85cecc5cc29fab55fcfcbc
tree72e400aa9f946de7b1180d3bdefa9d089063c41b
parent980e2825d56480b4650b77e0b4e5b5f4e1e6a385
[FIX] product.copy(): do it in en_US:
when implementing our own copy() method, and thus part
of the copy_data() method, we should do it in a consistent
way: copy_data() copy the name in en_US, so we should do
it in en_US too. Otherwise we end up writing the name of
the new product with a user-translated name.

lp bug: https://launchpad.net/bugs/799655 fixed

bzr revid: vmt@openerp.com-20120214143420-7c16betfwlwblgjo
addons/product/product.py