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?
Această întrebare a fost marcată
1
Răspunde
8210
Vizualizări
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.
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te
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.