Hello Jose,

  It has been fixed by revision 2910
[email protected] 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

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to