← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 751966] [NEW] Bad factor calculation en mrp_production action_compute

 

Public bug reported:

The version 5.0.16 have an error, change the line:

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

Version 5.0.15 correct calculation:

505 :  factor = production.product_qty * production.product_uom.factor /
bom_point.product_uom.factor

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/751966

Title:
  Bad factor calculation en mrp_production action_compute

Status in OpenERP Modules (addons):
  New

Bug description:
  The version 5.0.16 have an error, change the line:

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

  Version 5.0.15 correct calculation:

  505 :  factor = production.product_qty * production.product_uom.factor
  / bom_point.product_uom.factor



Follow ups

References