hi i am using odoo14 community version i want to receive half of the product ordered quantity into warehouse 1 and the rest to warehouse 2 , is there anyway to make this possible by configuring routes or something , or is there anyway this can be done by using python or xml from backend
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hello
for achieve this you have to do the customisation.
We have developed a similar functionality app. Please check the link below.
https://apps.odoo.com/apps/modules/14.0/eq_po_multi_warehouse/
i bought this module from odoo app store and it solved my requirement
Thank you.
Hi Jo,
you can do it easily with the Ventor app. While processing receiving you can change destination location. You can even choose another warehouse.
Watch how to do it https://www.youtube.com/watch?v=R_pqZv12rg8&t=103s
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Oct 23
|
1762 | ||
|
1
Apr 23
|
2379 | ||
|
1
Sep 22
|
2765 | ||
|
2
Jun 22
|
2586 | ||
|
0
May 22
|
233 |
are the products always stored in the same warehouses?
I mean are half of those products always stored in warehouse 1 and other half always in warehouse 2?
Because maybe we can setup a route which takes care of this for you
hi, nope its not always the case sometimes its stored in warehouse 1 and sometimes its stored in warehouse2 it keeps changing , so is there anyway to configure that for purchase order
A purchase order is linked to 1 operation. that operation can have only 1 destination location. This means that a purchase order is meant for 1 warehouse.
so the only way you would be able to accomplish this would be to create an inter-warehouse transfer, once you receive the goods.
thank you