Following the update of the status of the merge proposal, I have re- tested the bug today, and I found something very surprising : with an up-to-date addons/61 (revno 7076), server/61 (4304), client/61 and web/61, the bug IS STILL PRESENT with the Gtk Client, but the bug IS NOT PRESENT with the Web client (tested with Firefox) !
-- 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/1027819 Title: Error with hide_tracking on picking Status in OpenERP Addons (modules): Fix Committed Bug description: In a picking, when all products have tracking enabled, the prodlot column is displayed in the "Validate" pop-up window -> OK In a picking, when none of the products have tracking enabled, the prodlot column is NOT displayed in the "Validate" pop-up window -> OK In a picking, when you have a mix of products that have tracking enabled and products that don't have tracking enabled, the prodlot column should be displayed... but it is not ! -> that's the bug. Here is a scenario to reproduce the problem with an up-to-date OpenERP 6.1 : 1. Create a new DB, install the "sale" module and enable "extended view" 2. Edit the product "CPU1" and check "Track outgoing lots" 3. Create a new sale order containing 2 sale order lines : - one sale order line with CPU1 (has "Track outgoing lots") - one sale order line with CPU2 (doesn't have "Track outgoing lots") 4. Confirm the sale order 5. Go to the corresponding delivery order 6. Enter a prodlot for CPU1 7. Click on "Check availability" 8. Click on "Process" -> in the pop-up where you are supposed to validate the quantities, the prodlot column is NOT displayed. The enclosed patch fixes the bug. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1027819/+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

