← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

** Branch linked: lp:~openerp-dev/openobject-addons/5.0-bug-751966-imp-
nep

-- 
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 Committed

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