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
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • 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
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • 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

Disable "Quotation viewed by customer" - notification

S'inscrire

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

Cette question a été signalée
notificationsportalchatter
1 Répondre
4054 Vues
Avatar
Mikko

We are using the portal sales orders as a communication channel with our customers. Due to the type of use our sales have too many and repetitive notifications about customer quotation views, and we would need to disable this notification. How can we achieve this? 


I already looked through the settings in developer mode, and didn't find anything related to this. Any help would be greatly appreciated.

1
Avatar
Ignorer
José Rojas

Hello,

I’m using Odoo 18 (Enterprise), and I’m receiving too many email notifications with the message "Quotation Viewed by Customer." I saw that a recent update introduced an option to disable this notification, but I cannot find where to do so.

I've checked:

  • Settings > Technical > Email > Mail Subscriptions (This option is not available in my instance)
  • Sales > Configuration > Settings (No option to disable these notifications)

Could you please guide me on where exactly this feature was implemented and how I can disable it in the latest version of Odoo 18?

Thanks in advance!

Avatar
Ray Carnes (ray)
Meilleure réponse

We are working on an option for this in a future version of Odoo - see https://github.com/odoo/odoo/pull/164362

In the mean time, your only option would be to create an Automation Rule (via Developer Mode) that deletes these notifications as soon as they are created:

Install the Automation Rules (base_automation) module if it is not already installed.


Please contact your Odoo Digital Advisor or Odoo Partner if you need help and to ensure this change to your database is supported - this method does require technical skills to implement and may need additional changed beyond what I have shared here to work properly in your environment.

0
Avatar
Ignorer
Mikko
Auteur


Avatar
Mikko
2 seconds ago Author

Thank you Ray for your help!

I tried the proposed solution, and for the most part it seems to function as expected. However, when user navigates from portal my account to specific sales order, then back to my account and then again back to same sales order, we have the following error message:

Oops! Something went wrong.

Take a look at the error message below.

Error message:

The record does not exist or has been deleted. (Record: mail.message(337875,), User: 37)

If the user then reloads the page everything is fine again. I guess this has to do with the script removing/unlinking the mentioned message. Is there any way to prevent this from happening?

Ray Carnes (ray)

You probably have to remove the "receipient_ids" field instead. On line 2, you would have something like record.update( { 'receipient_ids': False } ), but please contact your Odoo Digital Advisor or Odoo Partner if you want further help with this.

Mikko
Auteur

Thanks again. I'm trying to get this work on test environment, and I will notify our partner once I have figured this out and before the actual implementation.

There is no receipient_ids field in message model, but there are partner_ids, notified_partner_ids and notification_ids. I can clear the partner_ids field, but this does not prevent the notifications to the employee. I haven't figured out a way to clear the other two, maybe there is something wrong with the used syntax.

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é
How to change "Open In Discuss" url?
notifications chatter
Avatar
0
mai 24
950
I want to prevent the message/chatter editor from opening automatically in Odoo version 17 Résolu
message notifications chatter
Avatar
Avatar
2
juin 25
1927
Odoo 17 OwlError: Missing template: "CustomChatter" Résolu
portal chatter v17
Avatar
Avatar
Avatar
3
juin 24
4066
How to setup chatter email notifications?
notifications chatter outgoingmailserver
Avatar
Avatar
1
sept. 18
11182
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov. 25
371
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