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

Can customers approve sales orders and quotations via the portal?

Iscriviti

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

La domanda è stata contrassegnata
portal
6 Risposte
19670 Visualizzazioni
Avatar
Pat Miller

I had a VM setup to test Odoo 9 a while back, and I could've sworn I had functionality where customers could log in, view their quotations/sales orders, and approve them. I might be wrong - is this possible?


Thanks for your help.

2
Avatar
Abbandona
Avatar
Fabrice Henrion (fhe)
Risposta migliore

Assuming v9e (this will be slightly different in v10e).

Just to make things clear in regard with the question: when a quotation is confirmed it becomes a sale order; it's the same document in 2 different statuses.

There are 2 use cases for a customer to confirm his quotation into a sale order and no matter which one you want to use you have to install the module website_quote which corresponds to the "Send online quotations based on templates (advanced)" setting. It will display a "Preview" or "View online quotation" button on your quotation and create an email template generating the button for when you send it to your prospect. The 2 use cases are defined by the following:


  1. If the first option displayed on the screenshot is selected, then only a signature will be required from the customer for the quotation to be confirmed into a sale order.

  2. If the second option displayed on the screenshot is selected, then a successful payment will be required from the customer for the quotation to be confirmed into a sale order. A successful payment means that the payment acquirer will send a call back to Odoo notifying that the payment was successful (this is done through the object payment.transaction).

A few remarks:

  • Just like for any external-facing document in Odoo, there is a public URL and a secret URL.
    The public URL requires the authorized user to be logged in to see the document and looks like this in the case of a quotation: http://yourodooserver.com/quote/13
    The secret URL does not require the user to be logged in to see the document and looks like this in the case of a quotation: http://yourodooserver.com/quote/13/b5c19a4a-e1bf-4198-b842-f7233b0cef52

  • Apart from the email that he would receive, the user can also access his quotation through the "My Account" section on your Odoo website (in the top right menu under his name) which is his portal with all his other related documents. If you don't install website_quote, the quotation will still be accessible but it will be a static page displaying the content and without the signature/payment capability and without any way for the user to confirm the quotation himself. The URL will then look like this: http://yourodooserver.com/my/orders/13

  • The reason why there is a public and secret URL is because depending on how you communicate with your prospect, you might need somone else in his company to access the quotation and confirm it. For example, if you send your prospect an email with the link, he might forward it to an Account Payable person who does not have a portal account on your website. This is why the email template uses the secret URL.

  • Even if you don't use Odoo as your website (CMS or eCommerce), installing website_quote will install the website module as well which only correspond to the frontend view of the quotation. So when I talk about "your Odoo website" above, what I mean is "the frontend view of your document located at http://yourodooserver.com".

  • It is necessary for a prospect to be a portal user in order to access the quotation via the public URL (since the access right is verified in that case). It is not necessary for a prospect to be a portal user in order to access the quotation via the secret URL. In the latter case, if the visitor take action (comment, rejection, signature, or payment) it will show as the "Public User" (ie. unidentified) in the backend.

8
Avatar
Abbandona
Pat Miller
Autore

This is perfect, and exactly what I was looking for. Thank you!

Deepa Venkatesh

@Fabrice. Prefect explanation, ThankQ.

Davy Jans

Hello,

Sorry for replying to this old post. I am working with Odoo v15 and notice the following:

- Customer is of type person then Odoo sends the secret URL and everything works as expected.

- If Customer is of type company however then Odoo sends the public link and the end user is required to login.

Can you (or someone) explain why the difference? And can I make change so the secret link is send always? I do not want the customer to need to create a login in order to view the quotation.

Thanks
Davy

Avatar
Tony S.
Risposta migliore

Sorry to awaken an old post.  

Can Odoo only use the secret URL to view a quote so a customer does not need to log in to pay for a quote?  In our Odoo13, Odoo forces a customer login, and it angers my customers.    

0
Avatar
Abbandona
Avatar
erpwebzilla
Risposta migliore

checked portal in user access right and select  see all lead for sale order 

0
Avatar
Abbandona
Fabrice Henrion (fhe)

The question is about quotations and sale orders, not leads and opportunities.

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à
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov 25
368
Dynamically update cart icon after adding products from a reorder popup in Custom Odoo portal
portal
Avatar
Avatar
1
nov 25
298
is possible to add 2 filters to the web portal similar to searchbar_filters?
portal
Avatar
Avatar
Avatar
2
lug 25
2251
How can I allow one portal user to see another portal user's information (like Sales Orders, Invoices)? Risolto
portal
Avatar
Avatar
1
mag 24
3854
Use worksheets in Odoo Portal
portal
Avatar
Avatar
2
feb 24
3008
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