Activity log for bug #628702

Date Who What changed Old value New value Message
2010-09-02 09:33:37 Dukai Gábor bug added bug
2010-09-02 09:33:37 Dukai Gábor attachment added price_get_fix.patch https://bugs.launchpad.net/bugs/628702/+attachment/1536962/+files/price_get_fix.patch
2010-09-02 09:34:01 Dukai Gábor branch linked lp:openobject-addons/5.0
2010-11-24 06:47:31 Vinay Rana (OpenERP) openobject-addons: status New Triaged
2010-12-15 12:05:09 Vinay Rana (OpenERP) tags 5.0
2010-12-15 12:05:24 Vinay Rana (OpenERP) openobject-addons: importance Undecided Low
2010-12-15 12:05:24 Vinay Rana (OpenERP) openobject-addons: assignee Jay (OpenERP) (jvo-openerp)
2011-02-16 09:07:44 Dukai Gábor description Hi! 5.0 latest bzr. When generating POs, the procurement selects a supplier but sometimes finds the price of another supplier for the product. Example: Supplier A with a supplier price list defined as 'Partner section of the product form' Supplier B with a supplier price list defined as 'Partner section of the product form' Open a product and delete all the supplier information. Add Supplier B first and set qty 1 and price 200. Save. Then add Supplier A and set qty 1 and price 100. Save. Now set the sequence (priority) for Supplier B to 2. Now Supplier A is the first on the list with the sequence of 1. Set some orderpoint and generate POs. Problem: The PO will be generated for Supplier A but the product will have the price of 200 (from Supplier B). Because partner_id is not passed to price_get(). See the patch attached. Hi! 5.0 latest bzr. When generating POs, the procurement selects a supplier but sometimes finds the price of another supplier for the product. Example: Supplier A with a supplier price list defined as 'Partner section of the product form' Supplier B with a supplier price list defined as 'Partner section of the product form' Open a product and delete all the supplier information. Add Supplier B first and set qty 1 and price 200. Save. Then add Supplier A and set qty 1 and price 100. Save. Now set the sequence (priority) for Supplier B to 2. Now Supplier A is the first on the list with the sequence of 1. Set some orderpoint and generate POs with compute minimum stock rules. Expected result: The PO should be generated for Supplier A with the price of 100. Cancel the PO. On the product form set Supplier A sequence to 2. On the product form set Supplier B sequence to 1. Now Supplier B is the first on the list with the sequence of 1. Generate POs with compute minimum stock rules. Expected result: The PO should be generated for Supplier B with the price of 200. Check both POs, one should be for Supplier A with the price of 100 and one should be for Supplier B with the price of 200. Problem: In the reality, both POs will have the same price, even they are for different suppliers. Because partner_id is not passed to price_get(). See the patch attached.
2011-02-16 09:09:49 Dukai Gábor attachment added price_get_fix_v6.patch https://bugs.launchpad.net/openobject-addons/+bug/628702/+attachment/1853340/+files/price_get_fix_v6.patch
2011-02-18 10:33:36 JMA(Open ERP) nominated for series openobject-addons/5.0
2011-02-18 10:33:36 JMA(Open ERP) bug task added openobject-addons/5.0
2011-02-18 10:33:36 JMA(Open ERP) nominated for series openobject-addons/6.0
2011-02-18 10:33:36 JMA(Open ERP) bug task added openobject-addons/6.0
2011-02-18 10:35:14 JMA(Open ERP) openobject-addons/5.0: importance Undecided Low
2011-02-18 10:35:14 JMA(Open ERP) openobject-addons/5.0: status New Confirmed
2011-02-21 05:41:30 Jay Vora (Serpent Consulting Services) openobject-addons/5.0: assignee Jay Vora (OpenERP) (jvo-openerp)
2011-02-21 07:19:10 Jay Vora (Serpent Consulting Services) openobject-addons/6.0: status New Confirmed
2011-02-21 07:19:16 Jay Vora (Serpent Consulting Services) openobject-addons/6.0: importance Undecided Low
2011-02-21 07:19:23 Jay Vora (Serpent Consulting Services) openobject-addons/6.0: assignee JMA(Open ERP) (jma-openerp)
2011-02-21 07:19:28 Jay Vora (Serpent Consulting Services) openobject-addons/6.0: milestone 6.0.2
2011-02-21 07:19:37 Jay Vora (Serpent Consulting Services) openobject-addons/5.0: milestone 5.0.16
2011-02-21 07:26:31 Launchpad Janitor branch linked lp:openobject-addons/6.0
2011-02-21 07:26:45 Jay Vora (Serpent Consulting Services) openobject-addons/6.0: status Confirmed Fix Released
2011-02-21 07:26:56 Jay Vora (Serpent Consulting Services) openobject-addons: status Triaged Fix Released
2011-02-21 07:27:05 Jay Vora (Serpent Consulting Services) openobject-addons/5.0: status Confirmed Fix Released