I have a Main warehouse (main) and two secondary warehouses (A-b) in the SAME company.
When transfer a product from the main warehouses to any other secondary warehouse (A or B), I want the secondary warehouse employee to see and validatethis transfer thru the system. How can I do it, please?
This question has been flagged
1
Reply
8211
Views
The Solution: 2-Step Internal Transfers
1.Enable Multi-Step Routes: Go to Inventory > Configuration > Settings and activate Multi-Step Routes.
2.Configure Warehouse A & B: Go to Inventory > Configuration > Warehouses and select Warehouse A (then repeat for B).
3.Under the Technical Information tab, set Incoming Shipments to "Receive goods in input and then stock (2 steps)".
4.The Workflow: When you move stock from Main to A, Odoo will automatically create two operations: a Pick (at Main) and a Receipt (at A).
5.The Main warehouse employee validates the Pick/Delivery.
The Secondary warehouse employee will see a pending Receipt in their dashboard, which they must Validate to officially "receive" the stock into their inventory.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hello there,
Can be achieved through custom code logics
For this, add a custom field(bool) to the user page, to check they are a warehouse users first and and assign a default warehouse in the user page.
Conditionally assign the responsible user according to the destination location in the internal transfer.