Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
2898 Näkymät

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
Hylkää
Paras vastaus

Hello All,

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


Avatar
Hylkää
Paras vastaus

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
Hylkää
Tekijä

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.