| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mail |
| GIT | |
| GIT | https://github.com/OCA/mail.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mail/tree/18.0/mail_composer_cc_bcc |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Henrik Norlin, trisdoan, BT-anieto |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mail |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Odoo native does not support defining a Cc field in the Mail Composer by default; instead, it only has a unique Recipients fields, which is confusing for a lot of end users. This module allows to properly separate To:, Cc:, and Bcc: fields in the Mail Composer. From Odoo 17.0, this module sends one mail per recipient and keeps same all headers (To, Cc, Bcc) in all emails ## Features - Add Cc and Bcc fields to company form to use them as default in mail composer form. - Add Bcc field to mail template form. Use Cc and Bcc fields to lookup partners by email then add them to corresponding fields in mail composer form. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
email_compose_message_wizard_inherit_form |
mail.compose.message.form.inherit | mail.compose.message | xpath | Inherits mail.email_compose_message_wizard_form |
email_template_form_inherit |
email.template.form.inherit | mail.template | xpath | Inherits mail.email_template_form |
mail_message_view_form_inherit |
mail.message.form.inherit | mail.message | xpath | Inherits mail.mail_message_view_form |
mail_template_preview_view_form_inherited |
mail.template.preview | xpath | Inherits mail.mail_template_preview_view_form | |
view_company_form_inherit |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_mail_form_inherit |
email.mail.form.inherit | mail.mail | xpath | Inherits mail.view_mail_form |
No new fields.
Public methods (0)No public methods.
partner_bcc_ids
Many2many → res.partner
compute='_compute_partner_cc_bcc_ids'
readonly=False
store=True
string='Bcc'
args: 'res.partner', 'mail_compose_message_res_partner_bcc_rel', 'wizard_id', 'partner_id'
partner_cc_ids
Many2many → res.partner
compute='_compute_partner_cc_bcc_ids'
readonly=False
store=True
string='Cc'
args: 'res.partner', 'mail_compose_message_res_partner_cc_rel', 'wizard_id', 'partner_id'
default_get(self, fields_list)
email_bcc
Char
help='Blind Cc message recipients'
args: 'Bcc'
No public methods.
recipient_bcc_ids
Many2many → res.partner
context={'active_test': False}
string='Bcc (Partners)'
args: 'res.partner', 'mail_message_res_partner_bcc_rel', 'mail_message_id', 'parent_id'
recipient_cc_ids
Many2many → res.partner
context={'active_test': False}
string='Cc (Partners)'
args: 'res.partner', 'mail_message_res_partner_cc_rel', 'mail_message_id', 'parent_id'
No public methods.
email_bcc
Char
help='Blind cc recipients (placeholders may be used here)'
args: 'Bcc'
No public methods.
email_bcc
Char
compute='_compute_mail_template_fields'
help='Blind Carbon copy recipients'
args: 'Bcc'
No public methods.
No new fields.
Public methods (0)No public methods.
default_partner_bcc_ids
Many2many → res.partner
string='Default Bcc'
args: 'res.partner', 'res_company_res_partner_bcc_rel', 'company_id', 'partner_id'
default_partner_cc_ids
Many2many → res.partner
string='Default Cc'
args: 'res.partner', 'res_company_res_partner_cc_rel', 'company_id', 'partner_id'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/17.0/mail_composer_cc_bcc |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Atchuthan, Sodexis, oca-ci, trisdoan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Odoo native does not support defining a Cc field in the Mail Composer by default; instead, it only has a unique Recipients fields, which is confusing for a lot of end users. This module allows to properly separate To:, Cc:, and Bcc: fields in the Mail Composer. From Odoo 17.0, this module sends one mail per recipient and keeps same all headers (To, Cc, Bcc) in all emails ## Features - Add Cc and Bcc fields to company form to use them as default in mail composer form. - Add Bcc field to mail template form. Use Cc and Bcc fields to lookup partners by email then add them to corresponding fields in mail composer form. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
email_compose_message_wizard_inherit_form |
mail.compose.message.form.inherit | mail.compose.message | xpath | Inherits mail.email_compose_message_wizard_form |
email_template_form_inherit |
email.template.form.inherit | mail.template | xpath | Inherits mail.email_template_form |
mail_message_view_form_inherit |
mail.message.form.inherit | mail.message | xpath | Inherits mail.mail_message_view_form |
mail_template_preview_view_form_inherited |
mail.template.preview | xpath | Inherits mail.mail_template_preview_view_form | |
view_company_form_inherit |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_mail_form_inherit |
email.mail.form.inherit | mail.mail | xpath | Inherits mail.view_mail_form |
No new fields.
Public methods (0)No public methods.
partner_bcc_ids
Many2many → res.partner
compute='_compute_partner_cc_bcc_ids'
readonly=False
store=True
string='Bcc'
args: 'res.partner', 'mail_compose_message_res_partner_bcc_rel', 'wizard_id', 'partner_id'
partner_cc_ids
Many2many → res.partner
compute='_compute_partner_cc_bcc_ids'
readonly=False
store=True
string='Cc'
args: 'res.partner', 'mail_compose_message_res_partner_cc_rel', 'wizard_id', 'partner_id'
default_get(self, fields_list)
email_bcc
Char
help='Blind Cc message recipients'
args: 'Bcc'
No public methods.
recipient_bcc_ids
Many2many → res.partner
context={'active_test': False}
string='Bcc (Partners)'
args: 'res.partner', 'mail_message_res_partner_bcc_rel', 'mail_message_id', 'parent_id'
recipient_cc_ids
Many2many → res.partner
context={'active_test': False}
string='Cc (Partners)'
args: 'res.partner', 'mail_message_res_partner_cc_rel', 'mail_message_id', 'parent_id'
No public methods.
email_bcc
Char
help='Blind cc recipients (placeholders may be used here)'
args: 'Bcc'
No public methods.
email_bcc
Char
compute='_compute_mail_template_fields'
help='Blind Carbon copy recipients'
args: 'Bcc'
No public methods.
No new fields.
Public methods (0)No public methods.
default_partner_bcc_ids
Many2many → res.partner
string='Default Bcc'
args: 'res.partner', 'res_company_res_partner_bcc_rel', 'company_id', 'partner_id'
default_partner_cc_ids
Many2many → res.partner
string='Default Cc'
args: 'res.partner', 'res_company_res_partner_cc_rel', 'company_id', 'partner_id'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/16.0/mail_composer_cc_bcc |
| VERSION | |
| VERSION | 2.0.6 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Ronald Portier, Holger Brunn, Nils Hamerlinck, Weblate, OCA-git-bot, David, oca-ci, Vincent Van Rossem, Anjeel Haria, Duy (Đỗ Anh), sonhd91, trisdoan, Georg A. G. Notter, Dmytro Iliushko |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
email_compose_message_wizard_inherit_form |
mail.compose.message.form.inherit | mail.compose.message | xpath | Inherits mail.email_compose_message_wizard_form |
email_template_form_inherit |
email.template.form.inherit | mail.template | xpath | Inherits mail.email_template_form |
mail_message_view_form_inherit |
mail.message.form.inherit | mail.message | xpath | Inherits mail.mail_message_view_form |
view_company_form_inherit |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_mail_form_inherit |
email.mail.form.inherit | mail.mail | xpath | Inherits mail.view_mail_form |
partner_bcc_ids
Many2many → res.partner
string='Bcc'
args: 'res.partner', 'mail_compose_message_res_partner_bcc_rel', 'wizard_id', 'partner_id'
partner_cc_ids
Many2many → res.partner
string='Cc'
args: 'res.partner', 'mail_compose_message_res_partner_cc_rel', 'wizard_id', 'partner_id'
default_get(self, fields_list)
email_bcc
Char
help='Blind Cc message recipients'
args: 'Bcc'
build_email(self, email, attachments=None, headers=None)
recipient_bcc_ids
Many2many → res.partner
context={'active_test': False}
string='Bcc (Partners)'
args: 'res.partner', 'mail_message_res_partner_bcc_rel', 'mail_message_id', 'parent_id'
recipient_cc_ids
Many2many → res.partner
context={'active_test': False}
string='Cc (Partners)'
args: 'res.partner', 'mail_message_res_partner_cc_rel', 'mail_message_id', 'parent_id'
No public methods.
email_bcc
Char
help='Blind cc recipients (placeholders may be used here)'
args: 'Bcc'
generate_recipients(self, results, res_ids)
No new fields.
Public methods (0)No public methods.
default_partner_bcc_ids
Many2many → res.partner
string='Default Bcc'
args: 'res.partner', 'res_company_res_partner_bcc_rel', 'company_id', 'partner_id'
default_partner_cc_ids
Many2many → res.partner
string='Default Cc'
args: 'res.partner', 'res_company_res_partner_cc_rel', 'company_id', 'partner_id'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/15.0/mail_composer_cc_bcc |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Nils Hamerlinck, Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem, Aungkokolin1997, Hai Lang, sonhd91, Christoph Abenthung, trisdoan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_send_wizard_form_inherit |
account.invoice.send.form.inherit | account.invoice.send | xpath | Inherits account.account_invoice_send_wizard_form |
email_compose_message_wizard_inherit_form |
mail.compose.message.form.inherit | mail.compose.message | xpath | Inherits mail.email_compose_message_wizard_form |
email_template_form_inherit |
email.template.form.inherit | mail.template | xpath | Inherits mail.email_template_form |
mail_message_view_form_inherit |
mail.message.form.inherit | mail.message | xpath | Inherits mail.mail_message_view_form |
view_company_form_inherit |
res.company.form.inherit | res.company | xpath | Inherits base.view_company_form |
view_mail_form_inherit |
email.mail.form.inherit | mail.mail | xpath | Inherits mail.view_mail_form |
partner_bcc_ids
Many2many → res.partner
string='Bcc'
args: 'res.partner', 'mail_compose_message_res_partner_bcc_rel', 'wizard_id', 'partner_id'
partner_cc_ids
Many2many → res.partner
string='Cc'
args: 'res.partner', 'mail_compose_message_res_partner_cc_rel', 'wizard_id', 'partner_id'
default_get(self, fields_list)
email_bcc
Char
help='Blind Cc message recipients'
args: 'Bcc'
build_email(self, email, attachments=None, headers=None)
recipient_bcc_ids
Many2many → res.partner
context={'active_test': False}
string='Bcc (Partners)'
args: 'res.partner', 'mail_message_res_partner_bcc_rel', 'mail_message_id', 'parent_id'
recipient_cc_ids
Many2many → res.partner
context={'active_test': False}
string='Cc (Partners)'
args: 'res.partner', 'mail_message_res_partner_cc_rel', 'mail_message_id', 'parent_id'
No public methods.
email_bcc
Char
help='Blind cc recipients (placeholders may be used here)'
args: 'Bcc'
generate_recipients(self, results, res_ids)
No new fields.
Public methods (0)No public methods.
default_partner_bcc_ids
Many2many → res.partner
string='Default Bcc'
args: 'res.partner', 'res_company_res_partner_bcc_rel', 'company_id', 'partner_id'
default_partner_cc_ids
Many2many → res.partner
string='Default Cc'
args: 'res.partner', 'res_company_res_partner_cc_rel', 'company_id', 'partner_id'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/mail |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] mail_composer_cc_bcc: Migration to 19.0 (#189) |