コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
2893 ビュー

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.