We had a permissions problem and for some days POS Order have not created associated pickings. We need to regenerate those pickings so stock numbers match reality.
Is there an easy way for that? Any advise?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
We had a permissions problem and for some days POS Order have not created associated pickings. We need to regenerate those pickings so stock numbers match reality.
Is there an easy way for that? Any advise?
Hello,
You can create server action or python script where you can filter POS orders which has no pickings. Than you can call create_picking method of pos.order object.
Hope this will help you.
This is not an answer, but I have the same issue!
Did you find any solution at the end.
Thank you in advance.
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistracijaRelated Posts | Replies | Rodiniai | Veikla | |
---|---|---|---|---|
|
2
bal. 23
|
1371 | ||
|
0
geg. 21
|
2672 | ||
|
0
kov. 15
|
3609 | ||
|
2
kov. 15
|
4939 | ||
|
1
vas. 25
|
475 |
Hi Gedeon Dominguez,
From POS you can sell your product either if it is in on hand or not.
But the product quantity will be minimized from the stock.
You can use the Reordering Rules for this situation.
Set a minimum quantity on the Rule.
When the minimum quantity reached, you can create an automatic Purchase order/ Manufacturing order by clicking the Run Reordering Rule in the Menu.
Thank you.
Thanks but I think you answered a different question. We need to regenerate pickings for old pos orders that failed to create one. Thanks!