← Back to team overview

credativ team mailing list archive

[Bug 911775] Re: Manufacturing order UOM bug

 

A first sight, the problem is here :

mrp/mrp.py 594 : factor = production.product_qty *
production.product_uom.factor_inv / bom_point.product_uom.factor

should be :

factor = production.product_qty * production.product_uom.factor_inv /
bom_point.product_uom.factor_inv

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/911775

Title:
  Manufacturing order UOM bug

Status in OpenERP Addons (modules):
  New

Bug description:
  In a manufacturing order, if you select a BOM which is defined as next :
  product qty : 1000
  product UOM: kg (factor = 0.001)

  And you set the order product quantity to 1000 and product UOM to kg,
  you expect to have exactly the quantities defined in the BOM lines.

  But when you compute the scheduled products, you have 1000000x the
  quantities expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/911775/+subscriptions


References