I'm trying to setup a basic architecture for my warehouse in Odoo. Currently I work from my custom-build WMS.
I have 100s of locations (shelves) and only one kind of product pr. location.
My warehouse consists of zones with different sized locations:
- Small (50 quantity) 
- Medium (250 quantity) 
- Large (Pallet - 1000 quantity) 
I want to automatically assign a location for incoming items. So perhaps by using product categories I would like to do one of the following:
- Assign a existing location in the right zone 
- Assign a new location in the right zone 
I have tried creating some parent locations like this:
WH/Small/1
WH/Small/2
WH/Small/3
WH/Meidum/1
WH/Medium/2
WH/Medium/3
WH/Large/1
WH/Large/2
WH/Large/3
I can successfully assign products to Small, Medium, Large by using a put-away strategy, but I want it to end up in a sub location that's empty or holds the same product.
Can anybody give me a hint?
 
                        
Note that I would like to avoid setting up custom routes for each location/product