Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Guest House
    • Distributeur de boissons
    • Hotel
    Real Estate
    • Real Estate Agency
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consulting
    • Accounting Firm
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Solar Energy Systems
    • Cordonnier
    • Services de nettoyage
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Can customers approve sales orders and quotations via the portal?

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
portal
6 Réponses
19558 Vues
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
Ignorer
Avatar
Fabrice Henrion (fhe)
Meilleure réponse

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
Ignorer
Pat Miller
Auteur

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.
Meilleure réponse

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
Ignorer
Avatar
erpwebzilla
Meilleure réponse

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

0
Avatar
Ignorer
Fabrice Henrion (fhe)

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

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov. 25
177
Dynamically update cart icon after adding products from a reorder popup in Custom Odoo portal
portal
Avatar
Avatar
1
nov. 25
237
is possible to add 2 filters to the web portal similar to searchbar_filters?
portal
Avatar
Avatar
Avatar
2
juil. 25
2162
How can I allow one portal user to see another portal user's information (like Sales Orders, Invoices)? Résolu
portal
Avatar
Avatar
1
mai 24
3741
Use worksheets in Odoo Portal
portal
Avatar
Avatar
2
févr. 24
2902
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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