** Branch linked: lp:~openerp-dev/openobject-addons/5.0-bug-751966-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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

