Im looking for a solution on how to setup call-of order.
With a call of order i mean an order which reserves a certain quantity of products and is delivered overtime.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Im looking for a solution on how to setup call-of order.
With a call of order i mean an order which reserves a certain quantity of products and is delivered overtime.
Tried to link to the Sale Blanket Orders app/module here, but somehow the Forum wouldn't let me (403 Forbidden error) - search in the app store, it looks pretty good and recently maintained, but not a solution for Online edition.
This requirement is standard OpenERP functionallity.
If the state of the shipment is Available
then the products are reserved. Otherwise you can force the reservation with Force Availability
.
Then when you want to ship 10 PCE of the order, you just have to create a partial picking by clicking Deliver
and choose how much you want to deliver.
Then a new picking is created with the chosen quantity (10 PCE) and is processed immediately.
The quantity of the original picking is set to 40 PCE and remains in state Available
.
You can perform such partial pickings as often as you want.
Update for recurring shippings:
As noted in question https://accounts.openerp.com/forum/Help-1/question/1560/ you can define recurring objects.
So you can also define recurring outgoing shipments. But then the already shipped quantity will not be subtracted from the original shipping. If you exactly want to implement you intended functionality you have to write a short module I guess.
Thx for your help! i appreciate it!
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
1
серп. 25
|
4445 | ||
|
0
груд. 24
|
9667 | ||
|
3
вер. 24
|
21917 | ||
|
5
груд. 24
|
53286 | ||
|
4
лип. 24
|
10769 |
So if someone orders a quantity of 50 you want that this quantity is reserved. And from time to time the products will be shipped until the total quantity of 50 is reached? right?
Yes exact, you actually reserve something. And the customer can decide when he gets it. or with certain intervals.
Thx for ur answer, can u also do this automaticly? lets say i want to ship 10 a week..?
I have updated my answer.