Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

How to config product as make to stock to generate purchase order for zero stocks items?

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
stockpurchase_ordermanufacturemake_to_orderBuy
3 Risposte
13758 Visualizzazioni
Avatar
Pia

We are testing odoo 9.  Please help how we can configure the products as make to stock? We have products with bill of materials. Their raw materials inventory shall depend on real available quantity. Then when raw materials are zero stock, it needs to generate automatic purchase order upon sales order or manufacturing order confirmation.

My raw materials has 2 to 3 suppliers each for options.  What product configuration do i need to automatically generate P.O. For zero stocks? Or do i need to change anything in my current config?

for the raw materials, we use this config: > can be purchased and can be sold > stockable product > others are with 'manufacture' > others are with 'buy' 

but none creates automatic PO. I am hesitant to use 'make to order' because it will disregard whether item has stocks, i need it to use existing stocks and only generate PO if without stocks already.

Pls pls help. thanks.

1
Avatar
Abbandona
Avatar
Ray Carnes
Risposta migliore

Make To Stock products are configured as follows:

(Make them stockable products. The important thing to do is make sure Make To Order is UNCHECKED)


You MUST add a Reordering Rule to tell Odoo what the acceptable minumum and maximum level of stock is. It can be 0, but you must have a rule.

You MUST add a Vendor.


After creating your Manufacturing Order, and running the Inventory Scheduler, Odoo will look at:

  • the quantity in stock

  • the Reordering Rule

  • the quantity already on order from confirmed Purchase Orders

  • what is needed for the Manufacturing Order

It will raise a Request for Quotation to make sure there is enough on order to complete the order and top up stock levels.


Example 1:

Stock Level: 5 units

Reordering Rule: 0 minimum and 0 maximum

Manufacturing Order: 10 neeeded

Existing Order placed: 0 units


Odoo will suggest an order of 0 + 5 units - 0 units


Example 2:

Stock Level: 0 units

Reordering rule: 100 minimum 500 maximum

Manufacturing Order: 10 needed

Existing Order placed: 0 units


Odoo will suggest an order of 500 units + 10 units - 0 units


Example 3:

Stock Level: 100 units

Reordering rule: 100 minimum 500 maximum

Manufacturing Order: 10 needed

Existing Order placed: 200 units


Odoo will not suggest an order. There are 90 + 200 units expected in stock after the Manufacturing Order is completed.


Note: Odoo has a concept of Forecasted Quantity that it manages to work all of this out - It is defined as the Quantity on Hand - Future Delivery Orders + Future incoming shipments + Future manufactured units (as applicable).

6
Avatar
Abbandona
Avatar
ITStore
Risposta migliore

Hello All,

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


0
Avatar
Abbandona
Avatar
Noro
Risposta migliore

Hello, 

Seems this is really old post and it is about odoo 9, but I have  same question for odoo 12.

https://www.odoo.com/forum/help-1/question/use-current-available-stock-for-items-in-the-bom-if-not-enough-create-rfq-on-missing-quantity-only-155899

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to setup stock routes to Buy, only if MTO cannot cover demand? [Odoo v11] Risolto
stock procurement make_to_order Buy routes
Avatar
Avatar
Avatar
Avatar
Avatar
4
giu 22
10096
PO automatically merged in V8
stock purchase_order
Avatar
0
mar 15
4370
system not generating PO after setting product MTO and Buy routes. Debug ideas needed. Risolto
purchase_order Buy MTO
Avatar
Avatar
1
ott 22
3072
block negative inventory by preventing production order and sale
stock sale manufacture
Avatar
0
ago 22
2504
How can I make purchases based on work orders not confirmed?
stock mrp purchase_order
Avatar
0
mar 15
4188
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now