Hi
I am trying to create stock request in Odoo version 12 through web service. Stock Request and picking created in odoo but when i click on "In transit" type picking and then click on "Validate" button then It asked me "You have not
recorded done quantities yet, by clicking on apply Odoo will process all the reserved quantities." Then i click on "Apply" button it gives me error "It is not possible to unreserve more products of" .
Can anybody help me why i am getting this error what i am missing when create stock request through web service .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
6503
Views
Hi,
Enable debug mode and navigate to server action menu under settings and see if there is a server action named: Correct inconsistencies for reservation
If found, click on Run button, which will solve the issue, if server action is not found, pull the latest source code of corresponding odoo version and upgrade the stock module.
Thanks
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 | |
---|---|---|---|---|
|
1
Apr 24
|
1328 | ||
Invoice Stock Move
Solved
|
|
1
Sep 23
|
2535 | |
|
0
Mar 23
|
1327 | ||
|
0
Mar 18
|
2456 | ||
|
1
Aug 24
|
874 |
Hello Ahmad,
You can check reserved quantity in stock.quant for the same product and source location.
Thanks,