Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mail
Last tracking update
2026-08-07 08:42:57
Authors
Odoo Community Association (OCA), ADHOC SA
Maintainers
Odoo Community Association (OCA), ADHOC SA
Committers
Weblate, Franco Leyes, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to select a related user (called "Forwarding
partner") in each partner in order to send all the notifications to the
Forwarding partner.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_partner_form res.partner.form.forwarding res.partner form Inherits base.view_partner_form
view_users_form_mail res.users.form.user.forwarding res.users form Inherits base.view_users_form
view_users_form_mail_preferences res.users.form.user.forwarding.preferences res.users form Inherits base.view_users_form_simple_modif
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • forwarding_partner_id Many2one → res.partner
    help='Messages will be forwarded only for partners that are followers but no partners being notify because they belong to channel that is following the thread' string='Forwarding Partner' args: 'res.partner'
Public methods (0)

No public methods.

New fields (1)
  • forwarding_partner_id Many2one
    readonly=False related='partner_id.forwarding_partner_id'
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property

Loading…

Loading…