Skip to Content
Menu
This question has been flagged
3 Replies
2536 Views

Hi,

How I can check if stock is available or not in case of if in Product both options were ticked "Buy" and "Make To Order" in odoo 10.

Avatar
Discard
Best Answer

Hello All,

Get this app for all in one solution:Make To Order For Required Stock


Avatar
Discard
Best Answer

For that you have to change base odoo code, see here:

Github 

Here, the message check the is_available which you have to remove. So that will always check stock in warehouse(even if MTS, or MTO).

Avatar
Discard
Author

Yes I know this part.. it works if product routes is only one e.g BUY or make to order.

But I dont want to change base code.. I want to keep as it is.