Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
2896 Visualizzazioni

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
Abbandona
Risposta migliore

Hello All,

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


Avatar
Abbandona
Risposta migliore

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
Abbandona
Autore

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.