Please review bug #899470 as this fix is also needed in 6.1: for product in self.browse(cr, uid, ids, context=context): MUST BE replaced by a READ method in get_product_available of product.py
-- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/915541 Title: [Trunk] Procurement request leads to server crash Status in OpenERP Addons (modules): Fix Released Bug description: I'm using 6.0.3 in a french context and I'm currently filling my company database with supplier's products, currently I have 114000 products in it. Some actions cannot be done like "procurement request" or "automatic orderpoint" because it results in a 100% python CPU process until my server crash, RAM (8Go) and SWAP(8Go) are filled both filled. The thread is stuck in get_product_available. === FIX === The fix attached allows to check automatic orderpoint on 100.000 products in only 10s, no functionality is lost (technically based on Bug #899470 ) I know that the 6.1 is next to be release but I think that a fix like this is mandatory. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/915541/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

