← Back to team overview

openerp-india team mailing list archive

[Bug 1027819] Re: Error with hide_tracking on picking

 

** Patch added: "This patch fixes the bug"
   https://bugs.launchpad.net/bugs/1027819/+attachment/3232649/+files/fix-hide_tracking_when_mixed_products.patch

-- 
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):
  New

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


References