Comment 5 for bug 1048547

Revision history for this message
Christophe Combelles (ccomb) wrote :

The provided patch is not enough to fix the bug.

- if you have a product_product whose id is different from the product_template
- you create a supplier info in the product's supplier tab
- you create a purchase order, select the product
=> the price is not correct.

the additional fix is to replace product_id with tmpl_id in product/pricelist.py:204

Attached is the full patch