← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 751966] Re: Bad factor calculation en mrp_production action_compute

 

Hello Jose,

  It has been fixed by revision 2910
ach@xxxxxxxxxxx-20110527125751-ejd8s425dgi02oqx in the stable v5.

Thanks.

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released

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


References