Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Disable "Quotation viewed by customer" - notification

Naroči se

Get notified when there's activity on this post

This question has been flagged
notificationsportalchatter
1 Odgovori
4051 Prikazi
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
Opusti
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)
Best Answer

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
Opusti
Mikko
Avtor


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
Avtor

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.

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
How to change "Open In Discuss" url?
notifications chatter
Avatar
0
maj 24
950
I want to prevent the message/chatter editor from opening automatically in Odoo version 17 Solved
message notifications chatter
Avatar
Avatar
2
jun. 25
1927
Odoo 17 OwlError: Missing template: "CustomChatter" Solved
portal chatter v17
Avatar
Avatar
Avatar
3
jun. 24
4063
How to setup chatter email notifications?
notifications chatter outgoingmailserver
Avatar
Avatar
1
sep. 18
11182
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov. 25
368
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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