← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 747396] Re: [6.0 - trunk] inventory : import inventory wizard must not merge production lots

 

*** This bug is a duplicate of bug 725908 ***
    https://bugs.launchpad.net/bugs/725908

** This bug has been marked a duplicate of bug 725908
   physical inventory, action 'import': production lots don't get imported
 * You can subscribe to bug 725908 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/725908/+subscribe

-- 
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/747396

Title:
  [6.0 - trunk] inventory : import inventory wizard must not merge
  production lots

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  The import inventory wizard on the inventory must take the production
  lot numbers into consideration. Currently it ignores production lot
  numbers and groups all products within the same inventory line.

  This means that if the only things in my "Stock" location are:
    - 3 PC1 without production lot numbers
    - 1 PC1 with prod lot number #0000010

  Then I should see the following lines in the inventory after using the wizard and importing "Stock" location (without checking the option set qty to zero):
    - Stock |  PC1  |  3  |  PCE  |         |
    - Stock |  PC1  |  1  |  PCE  | 0000010 |

  If I also used the option to set the quantities to zero, then I should see the following lines after the import:
    - Stock |  PC1  |  0  |  PCE  |         |
    - Stock |  PC1  |  0  |  PCE  | 0000010 |

  This is very important because the inventory process needs to respect
  the production lots, which is the next step and described in the
  related bug https://bugs.launchpad.net/openobject-addons/+bug/747379



References