[FIX] sale_stock: product_id_change_with_wh should not call another method (product_i...
authorThibault Delavallée <tde@openerp.com>
Fri, 8 Aug 2014 09:38:57 +0000 (11:38 +0200)
committerThibault Delavallée <tde@openerp.com>
Fri, 8 Aug 2014 14:57:32 +0000 (16:57 +0200)
commitdea05e6a8471085611a14be7d8ece7cd012a8dce
treeeb9812fad68cd459e76e026ff88d8e9df38a81de
parent6da3648fd623b728fd4358776f46c2ce92e5dbd8
[FIX] sale_stock: product_id_change_with_wh should not call another method (product_id_change) using super, but self. Otherwise some overrides are lost, leading to issues with event-related products.
addons/sale_stock/sale_stock.py