odoo/enterprise#20983
Created by Marketing, Thibault Delavallee (tde)
Merged
at b648a39f95a9263134cb14f7d08f4e7d0702fe0a
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 2436s)
Linked pull requests
- label
- odoo-dev:master-alias-cid-tde
- head
- 143df61dd685e264aee7ecd4da33de4455d1942d
- merged
- 3 years ago by Marketing, Thibault Delavallee (tde)
| odoo/odoo | odoo/enterprise | odoo/upgrade | |
|---|---|---|---|
| master | #76734 | #20983 | #2846 |
[MERGE] mail, various: support multi-company alias management
RATIONALE
Currently only one alias domain is possible when using Odoo. Even if several
outgoing and/or incoming email servers can be used, all "reply-to" email
addresses belong to the same global email domain. Moreover incoming emails
cannot be cleanly limited or checked against a company as we accept all
incoming emails sent to aliases to ease notably email forwarding.
PURPOSE
Allow alias domains to be multiple, notably to be used in a multi company
environment where each company has its own alias domain.
SPECIFICATIONS
See linked community PR for a more detailed global explanation
on PR message, as well as detailed explanations on each sub
commits.
task-36879 (Mail: Support Multi Domains Aliases)