I think the issue is that when a manufacturing order with said product comes up, it reads all of the past entries in the stock_move table for that product and that is when it comes across this problem. An obvious fix would be to instead tell the program to read only the current value of the UoM because it is not doing this now.
-- 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/707287 Title: Manufacturing orders broken UOM Status in OpenERP Modules (addons): New Bug description: We have around 5,000 products. We have custom UOM like ft, OZ and Pound. On certain products we cannot make manufacturing orders with this error Conversion from Product UoM m to Default UoM PCE is not possible as they both belong to different Category!. It is extremely frustrating because it doesnt make sense. We do not have a single product with UoM 'm'. The error only happens with certain products, not in any specific instance except that mabe the category UoM but not every item in that category. If we created new products then we dont have the issue. I discovered many of the products were having problems base on an inventory we did with the stock_move table. Deleting entries fixed many of the issues but we still have this problem and it makes no sense to us. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

