Hello,
may be in order, reserve items? example:
i want to reserve the stock when a sales order line is added, Any Ideas ? Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
may be in order, reserve items? example:
i want to reserve the stock when a sales order line is added, Any Ideas ? Thank you.
Presently the order needs to be confirmed before the stock levels are adjusted. (it might reserve inventory on quotes) but the item needs to be confirmed, it will not reserve the inventory on an unconfirmed SO.
That could be changed with custom programming.
yes you right. the standart openerp works like this: (i think That Will Be difficulty to do it with custom module if you have any ideas I will be very grateful.
if you want the reservation to be instant, as in when the user is typing you, would need to create a java script that watches the fields in the orderline and updates as the user is typing. If you can wait until the orderline is saved, you would have to call a function similar to draft_force_assign in the stock module. But then you would also need a clean up function to release the inventory if the order is canceled. It is no simple task, you would be best served engaging a openERP partner to assist you.
Hi,
Checkout this app: https://apps.odoo.com/apps/modules/13.0/mto_required_stock
Hello,
You can see https://apps.odoo.com/apps/modules/11.0/odoo_stock_reservation/
Regards,
Hello,
There is one app available in odoo store to reserve stock even order is in quotation stage.
Click here to see more about this app.
Here are some highlights of this app.
You can choose Procurement Methods if you installed the purchase and warehouse module.
On Products --> Procurements you can choose Procurement Method: Make to stock
You can define Orderpoints for min. & max. in the top right of the product window.
Hello Andreas,
Can you explain me where can i find those parameters and Thanks :)
Hello Andreas, Thanks for your response :) I think I did not quite explain what I want: ( I have some users who works on sale, I want each adding a sales order line should be reserved imidiatement before confirming the sale
Sorry I misunderstood, I think patently is right with custom programming.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 15
|
2935 | ||
|
0
Mar 15
|
4768 | ||
|
0
Mar 24
|
326 | ||
|
0
Mar 24
|
344 | ||
|
2
Jan 22
|
7961 |
You like to see the Stock level when create SO? Please use Tags e.g. v7 sale order stock.
i want to decrease the stock in the moment when i add a sales order line