Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), Agile Business Group, ForgeFlow
Maintainers
Odoo Community Association (OCA), Agile Business Group, ForgeFlow
Committers
Anjeel Haria, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
If fetchmail is not able to correctly route an email, the email is
"silently" lost (you get an error message in server log).

For example, if you configure odoo mail system to route received emails
according to recipient address, it may happen users send emails to wrong
email address.

This module extends the functionality of fetchmail to allow you to
automatically send a notification email to sender, when odoo can't
correctly process the received email.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_email_server_form fetchmail.server.form fetchmail.server form Inherits mail.view_email_server_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • error_notice_template_id Many2one → mail.template
    help='Set here the template to use to send notice to sender when errors occur while fetching email' string='Error notice template' args: 'mail.template'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • message_route(self, message, message_dict, model=None, thread_id=None, custom_values=None)
    @api.model

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…