跳至内容
菜单
此问题已终结
3 回复
2895 查看

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.

形象
丢弃
最佳答案

Hello All,

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


形象
丢弃
最佳答案

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).

形象
丢弃
编写者

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.