You need to run this query manually in database. update product_uom set factor = 1 where factor =0;
because you set factor = 0 in some UOM which is illogical. run above query will fix the problem. ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=39580#39580 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
