Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Can customers approve sales orders and quotations via the portal?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
portal
6 Răspunsuri
19687 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Fabrice Henrion (fhe)
Cel mai bun răspuns

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
Imagine profil
Abandonează
Pat Miller
Autor

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

Imagine profil
Tony S.
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
erpwebzilla
Cel mai bun răspuns

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

0
Imagine profil
Abandonează
Fabrice Henrion (fhe)

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

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Imagine profil
Imagine profil
1
nov. 25
396
Dynamically update cart icon after adding products from a reorder popup in Custom Odoo portal
portal
Imagine profil
Imagine profil
1
nov. 25
304
is possible to add 2 filters to the web portal similar to searchbar_filters?
portal
Imagine profil
Imagine profil
Imagine profil
2
iul. 25
2258
How can I allow one portal user to see another portal user's information (like Sales Orders, Invoices)? Rezolvat
portal
Imagine profil
Imagine profil
1
mai 24
3865
Use worksheets in Odoo Portal
portal
Imagine profil
Imagine profil
2
feb. 24
3012
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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