← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 765549] Re: Product purchase in non-reference unit do not work

 

*** This bug is a duplicate of bug 728092 ***
    https://bugs.launchpad.net/bugs/728092

** This bug has been marked a duplicate of bug 728092
   Purchase Order price calculation wrong
 * You can subscribe to bug 728092 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/728092/+subscribe

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/765549

Title:
  Product purchase in non-reference unit do not work

Status in OpenERP Modules (addons):
  New

Bug description:
  Steps to reproduce:
  1) Create a second unit of measure "Box" which contains 10 reference units, ie warehouse=>products=>configuration=>product=>units of measure=>units of measure: 
  Name="Box", UofM Type="Bigger than reference unit", Ratio=10.00, UofM Category="Unit",
  Rounding precision="0.01"
  2) Create a product (P1) that uses the default unit of measure for units (1 per unit), and the purchase unit of measure of "Box" (10 reference units), also set the cost to say 1.00.
  3) Create a purchase order for the product P1 and purchase 1 box.

  Result observed:
  The unit price on the purchase order line is $100

  Result expected:
  The price should be $1.00 x 10 = $10.00

  Other notes:
  1) If the supplier is added to the product with a specific price per box it has no effect, ie the price on the PO line still shows as $100.0
  2) When the product is receipted it does so correctly, ie 10 units of reference stock are received

  OpenERP addons rev 4533


References