Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to not show incoming emails in crm chatter

Subscribe

Get notified when there's activity on this post

This question has been flagged
V16
1 Reply
1936 Views
Avatar
Martin

How can i prevent emails from incoming email server being created in the crm chatter?

0
Avatar
Discard
Avatar
Ahmed Abdu
Best Answer

To prevent emails fetched from the incoming mail server from being automatically logged in the CRM chatter in Odoo, you can control this behavior at several levels, depending on your setup.


Here are the key options to prevent it


Option 1: Disable Auto-Followers or Auto-Threading

Odoo links incoming emails to existing records by matching the email's headers (Message-ID, References, etc.) or aliases. If you don’t want them to be added to the CRM chatter:


A. Remove aliases from CRM


Go to CRM > Configuration > Pipelines > Stages


Check if any alias is set up (like leads@yourdomain.com)


Remove or change the alias



B. Disable "Create a new record" in the alias settings


Go to Settings > Technical > Email > Aliases


Find the alias related to CRM


Set Action to Do nothing or Unlink it from CRM objects




---


Option 2: Modify Fetchmail or Mail Thread Behavior via Code


If you need finer control (e.g., allow emails in Helpdesk but not in CRM), override the mail handling logic:


Example: Override message_route or message_new to exclude CRM


from odoo.addons.mail.models.mail_thread import MailThread

from odoo import models


class CustomMailThread(MailThread):

    def message_route(self, message, message_dict, model=None, thread_id=None, custom_values=None):

        # Skip processing if it's for crm.lead

        if model == 'crm.lead':

            return []

        return super().message_route(message, message_dict, model, thread_id, custom_values)


This prevents emails from being routed to crm.lead.



---


Option 3: Use Domain Filtering in Incoming Mail Server


You can add filters to avoid processing certain messages altogether.


Go to Settings > Technical > Email > Incoming Mail Servers


Open your mail server


Add custom Python code in the Actions to Perform on Incoming Mails (e.g., skip based on subject or sender)




---


Option 4: Unsubscribe System from Threads


Sometimes, Odoo posts email replies to CRM because the system user is a follower. You can:


Disable automatic followers in CRM settings


Or programmatically unsubscribe users from records



lead.message_unsubscribe([user_id])



---


If you tell me how your mail server is configured or how you receive CRM messages (e.g., via alias, manually, automated integration), I can tailor the solution more precisely.



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

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

Sign up
Related Posts Replies Views Activity
How to pass value from employee to contact on odoo 16 using code Solved
V16
Avatar
Avatar
Avatar
Avatar
Avatar
4
Jul 25
2589
Automatic taxes
V16
Avatar
Avatar
1
Apr 25
1582
how to get quotation builder section into quotation
V16
Avatar
0
Mar 25
1598
Context not passed correctly when creating a new contact
V16
Avatar
Avatar
1
Sep 24
2772
Unable to see number of tickets when buying an Event on mobile (only in landscape mode)
V16
Avatar
0
Aug 24
2022
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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