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

Paid Website Orders not Automatically Confirmed

Iscriviti

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

La domanda è stata contrassegnata
ecommercewebsiteOdoo 18
3 Risposte
1918 Visualizzazioni
Avatar
Adam

Hi. We are having an issue with our new Odoo website shop. I cannot figure out why website orders stay in Quotation and are not automatically confirmed when payment is made. The quotation even shows the PayPal transaction as confirmed in the activity log.

Any ideas? Thanks in advance.

0
Avatar
Abbandona
Karim Kayssi

The issue is usually because automatic order confirmation isn’t enabled.

Go to Website > Configuration > Payment Acquirers > PayPal.

Enable “Automatically confirm orders”.

Ensure website sales settings allow auto-confirmation and that the payment transaction is properly linked to the order.

This should make orders confirm automatically after payment.

Karim Kayssi

Go to Website > Configuration > Payment Acquirers > PayPal.

Enable “Automatically confirm orders” (or similar option depending on your version).

Make sure in Website > Configuration > Settings that website sales are set to confirm orders automatically after payment.

Ensure the PayPal transaction is properly linked to the quotation/sale order.

Once these are set, orders should move from Quotation to Sales Order automatically after payment.

Avatar
Thomas DROUOT (Skillreso)
Risposta migliore

Hi Jeroen,

  1. There is no such option in the payment provider as mentioned above without an external module or some code in the Odoo 18.0. It's wired it changes in the V.18.0 because in the previous version it was automatically confirmed.
  2. Instead, especially for Mollie, which is commonly used in the Benelux you need to create this automatic action the parameter (use developer mode) :
    1. Add an automated action for sale.order (Order / Bon de commande)
    2. As trigger use "Update the record"
    3. Filter the domain with state = draft or not confirmed
    4. "Apply on" --> use the filter "Transactions" (not payment) and the field state of transactions, use the state "Confirmed". You can even add other filter for the payment provider such as Mollie.
    5. Add the action  "Set the order state to confirmed".


Let me know if you need a screenshot or a video to help you.

Hope it helps.

0
Avatar
Abbandona
Avatar
Glen Nolan
Risposta migliore

I tried uploading the excel and it worked very quickly. Thanks for the guidance!

0
Avatar
Abbandona
Avatar
Jeroen sterke
Risposta migliore

Adam, I have the same issue. Using mollie, order is confirmed when paid at the website but the order still stays in quotation.
in the quotation updates it states: payment confirmed but it is still a quotation and not a sales order as it should. All settings are correct.

Did you find a solution?

0
Avatar
Abbandona
Karim Kayssi

The issue is usually because automatic order confirmation isn’t enabled.

Go to Website > Configuration > Payment Acquirers > PayPal.

Enable “Automatically confirm orders”.

Ensure website sales settings allow auto-confirmation and that the payment transaction is properly linked to the order.

This should make orders confirm automatically after payment.

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à
Add to cart code if using odoo web.
ecommerce website
Avatar
0
apr 25
1610
Is it possible to have 3 websites on same odoo instance(Odoo Online)
ecommerce website
Avatar
Avatar
1
mag 24
5075
pause Ecommerce store - vacation mode?
ecommerce website
Avatar
Avatar
1
apr 24
3112
Website Product Block Image Low Quality
ecommerce website
Avatar
0
nov 25
2307
What is the fastest website solution?
ecommerce website
Avatar
Avatar
1
mag 23
5518
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