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

Disable "Quotation viewed by customer" - notification

Iscriviti

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

La domanda è stata contrassegnata
notificationsportalchatter
1 Rispondi
4089 Visualizzazioni
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
Abbandona
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)
Risposta migliore

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
Abbandona
Mikko
Autore


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
Autore

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.

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à
How to change "Open In Discuss" url?
notifications chatter
Avatar
0
mag 24
950
I want to prevent the message/chatter editor from opening automatically in Odoo version 17 Risolto
message notifications chatter
Avatar
Avatar
2
giu 25
1958
Odoo 17 OwlError: Missing template: "CustomChatter" Risolto
portal chatter v17
Avatar
Avatar
Avatar
3
giu 24
4106
How to setup chatter email notifications?
notifications chatter outgoingmailserver
Avatar
Avatar
1
set 18
11210
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov 25
415
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