Skip to Content
Menu
This question has been flagged
1 Reply
2059 Views

Hello,


In Odoo 11, it is possible to create sub-location in a warehouse?

E.g.:

    I have a warehouse (WH), and a main location  (WH/Stock).

   I would like to create a sub-location (WH/SubStock) which is part of the main location.

   If I have 10 items of product 1 in WH/Stock, and I add 2 items of product 1 in WH/SubStock, I would like to have:

        12 items in WH/Stock

         2 items in WH/SubStock

       For a total of 12 items, because the 2 items in WH/SubStock are also counted in WH/Stock.

This is possible or not in Odoo 11 ?


Best regards,


Boris

Avatar
Discard

Connect silent infotech. I have seen similar kind of solution from them but not sure on the version.

Author

Thanks Kevin. I make some test and it doesn't seems to work as I would like.

Author

Thank you Savya. I don't find usage field.

Regards

Best Answer

Hi,

Yes, it is possible to create sub-locations in a warehouse in Odoo 11., Try the following,

To create a sub-location in a warehouse:

  1. Go to the Inventory app.
  2. Click on Setup > Locations.
  3. Create a new location and set the parent location as the main location (WH/Stock in your example).
  4. Set the location type as "Internal"
  5. Save the location.

Once you have created the sub-location, you can transfer products to it by creating an internal transfer.

To transfer 2 items of product 1 to WH/SubStock:

  1. Go to the Inventory app.
  2. Click on Operations > Internal Transfers.
  3. Create a new transfer from WH/Stock to WH/SubStock.
  4. Add the product and the quantity (2).
  5. Validate the transfer.

After this transfer, you will have:

  • 12 items of product 1 in WH/Stock
  • 2 items of product 1 in WH/SubStock

The total quantity of product 1 in the warehouse will be 14 (12 in WH/Stock and 2 in WH/SubStock).

Odoo automatically tracks the quantities in all sub-locations and rolls them up to the parent location.


Regards

Avatar
Discard